Html Css Color HEX #EFE574 Texas

📋 copy color: '#EFE574'

red 239 ◦ green 229 ◦ blue 116

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

Shades of Texas #EFE574

Tints of Texas #EFE574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.21%

 BLUE value IS 116 (45.7% from 255) = 19.86%

R = 40.92%
G = 39.21%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE574 (or 0xEFE574) is known color: Texas. HEX triplet: EF, E5 and 74. RGB value is (239,229,116). Sum of RGB (Red+Green+Blue) = 239+229+116=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE574 is #101A8B. Grayscale: #DBDBDB. Windows color (decimal): -1055372 or 7661039. OLE color: 7661039.

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

Color convert

RGB 239 229 116 -
CMYK 0 0.04 0.51 0.06
HSL 55.12º 0.79% 0.7% -
HSV(B) 55.12º 0.51% 0.94% -
XYZ 66.77 75.65 27.61 -
YUV 219.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 239 229 116 0 0.04 0.51 0.06 55.12 0.79 0.7
Hex EF E5 74 0 4 33 6 37 4F 46
Octal 357 345 164 0 4 63 6 67 117 106
Binary 11101111 11100101 1110100 0 100 110011 110 110111 1001111 1000110

Color Harmonies of #EFE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE574

Black with #EFE574

Text Example


Text Example

White with #EFE574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE574; }

 p { color: rgb(239,229,116); }

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

background-color css

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

 a { background-color: rgb(239,229,116); }

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

border-color css

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

 span { border-color: rgb(239,229,116); }

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