Html Css Color HEX #EFEC7C Texas

📋 copy color: '#EFEC7C'

red 239 ◦ green 236 ◦ blue 124

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

Shades of Texas #EFEC7C

Tints of Texas #EFEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 39.9%
G = 39.4%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFEC7C (or 0xEFEC7C) is known color: Texas. HEX triplet: EF, EC and 7C. RGB value is (239,236,124). Sum of RGB (Red+Green+Blue) = 239+236+124=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC7C is #101383. Grayscale: #E0E0E0. Windows color (decimal): -1053572 or 8187119. OLE color: 8187119.

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

Color convert

RGB 239 236 124 -
CMYK 0 0.01 0.48 0.06
HSL 58.43º 0.78% 0.71% -
HSV(B) 58.43º 0.48% 0.94% -
XYZ 69.23 79.8 30.82 -
YUV 224.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 239 236 124 0 0.01 0.48 0.06 58.43 0.78 0.71
Hex EF EC 7C 0 1 30 6 3A 4E 47
Octal 357 354 174 0 1 60 6 72 116 107
Binary 11101111 11101100 1111100 0 1 110000 110 111010 1001110 1000111

Color Harmonies of #EFEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC7C

Black with #EFEC7C

Text Example


Text Example

White with #EFEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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