Html Css Color HEX #EFEC7A Texas

📋 copy color: '#EFEC7A'

red 239 ◦ green 236 ◦ blue 122

#EFEC7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EFEC7A

Tints of Texas #EFEC7A

RGB

 RED value IS 239 (93.75% from 255) = 40.03%

 GREEN value IS 236 (92.58% from 255) = 39.53%

 BLUE value IS 122 (48.05% from 255) = 20.44%

R = 40.03%
G = 39.53%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFEC7A (or 0xEFEC7A) is known color: Texas. HEX triplet: EF, EC and 7A. RGB value is (239,236,122). Sum of RGB (Red+Green+Blue) = 239+236+122=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC7A is #101385. Grayscale: #E0E0E0. Windows color (decimal): -1053574 or 8056047. OLE color: 8056047.

HSL color Cylindrical-coordinate representation of color #EFEC7A: hue angle of 58.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFEC7A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 122 -
CMYK 0 0.01 0.49 0.06
HSL 58.46º 0.79% 0.71% -
HSV(B) 58.46º 0.49% 0.94% -
XYZ 69.1 79.75 30.16 -
YUV 223.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 239 236 122 0 0.01 0.49 0.06 58.46 0.79 0.71
Hex EF EC 7A 0 1 31 6 3A 4F 47
Octal 357 354 172 0 1 61 6 72 117 107
Binary 11101111 11101100 1111010 0 1 110001 110 111010 1001111 1000111

Color Harmonies of #EFEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC7A

Black with #EFEC7A

Text Example


Text Example

White with #EFEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC7A; }

 p { color: rgb(239,236,122); }

 H1.HeaderClassName
 {
   color: #EFEC7A;
 }
 .AnyTagClassName
 {
   color: #EFEC7A;
 }
</style>

background-color css

<style>
 a { background-color: #EFEC7A; }

 a { background-color: rgb(239,236,122); }

 div.DivClassName
 {
   background-color: #EFEC7A;
 }
 .BgClassName
 {
   background-color: #EFEC7A;
 }
</style>

border-color css

<style>
 span { border-color: #EFEC7A; }

 span { border-color: rgb(239,236,122); }

 td.TdClassName
 {
   border-color: #EFEC7A;
 }
 .TagClassName
 {
   border-color: #EFEC7A;
 }
</style>