Html Css Color HEX #EFE575 Texas

📋 copy color: '#EFE575'

red 239 ◦ green 229 ◦ blue 117

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

Shades of Texas #EFE575

Tints of Texas #EFE575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20%

R = 40.85%
G = 39.15%
B = 20%

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

#EFE575 (or 0xEFE575) is known color: Texas. HEX triplet: EF, E5 and 75. RGB value is (239,229,117). Sum of RGB (Red+Green+Blue) = 239+229+117=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE575 is #101A8A. Grayscale: #DBDBDB. Windows color (decimal): -1055371 or 7726575. OLE color: 7726575.

HSL color Cylindrical-coordinate representation of color #EFE575: hue angle of 55.08º 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 #EFE575 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 117 -
CMYK 0 0.04 0.51 0.06
HSL 55.08º 0.79% 0.7% -
HSV(B) 55.08º 0.51% 0.94% -
XYZ 66.83 75.67 27.91 -
YUV 219.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 239 229 117 0 0.04 0.51 0.06 55.08 0.79 0.7
Hex EF E5 75 0 4 33 6 37 4F 46
Octal 357 345 165 0 4 63 6 67 117 106
Binary 11101111 11100101 1110101 0 100 110011 110 110111 1001111 1000110

Color Harmonies of #EFE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE575

Black with #EFE575

Text Example


Text Example

White with #EFE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE575; }

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

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

background-color css

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

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

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

border-color css

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

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

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