Html Css Color HEX #EFE475 Texas

📋 copy color: '#EFE475'

red 239 ◦ green 228 ◦ blue 117

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

Shades of Texas #EFE475

Tints of Texas #EFE475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.04%

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

R = 40.92%
G = 39.04%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE475 (or 0xEFE475) is known color: Texas. HEX triplet: EF, E4 and 75. RGB value is (239,228,117). Sum of RGB (Red+Green+Blue) = 239+228+117=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE475 is #101B8A. Grayscale: #DBDBDB. Windows color (decimal): -1055627 or 7726319. OLE color: 7726319.

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

Color convert

RGB 239 228 117 -
CMYK 0 0.05 0.51 0.06
HSL 54.59º 0.79% 0.7% -
HSV(B) 54.59º 0.51% 0.94% -
XYZ 66.55 75.12 27.82 -
YUV 218.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 239 228 117 0 0.05 0.51 0.06 54.59 0.79 0.7
Hex EF E4 75 0 5 33 6 37 4F 46
Octal 357 344 165 0 5 63 6 67 117 106
Binary 11101111 11100100 1110101 0 101 110011 110 110111 1001111 1000110

Color Harmonies of #EFE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE475

Black with #EFE475

Text Example


Text Example

White with #EFE475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE475; }

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

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

background-color css

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

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

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

border-color css

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

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

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