Html Css Color HEX #EFE471 Texas

📋 copy color: '#EFE471'

red 239 ◦ green 228 ◦ blue 113

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

Shades of Texas #EFE471

Tints of Texas #EFE471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.48%

R = 41.21%
G = 39.31%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFE471 (or 0xEFE471) is known color: Texas. HEX triplet: EF, E4 and 71. RGB value is (239,228,113). Sum of RGB (Red+Green+Blue) = 239+228+113=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE471 is #101B8E. Grayscale: #DADADA. Windows color (decimal): -1055631 or 7464175. OLE color: 7464175.

HSL color Cylindrical-coordinate representation of color #EFE471: hue angle of 54.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFE471 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 113 -
CMYK 0 0.05 0.53 0.06
HSL 54.76º 0.8% 0.69% -
HSV(B) 54.76º 0.53% 0.94% -
XYZ 66.32 75.03 26.61 -
YUV 218.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 239 228 113 0 0.05 0.53 0.06 54.76 0.8 0.69
Hex EF E4 71 0 5 35 6 37 50 45
Octal 357 344 161 0 5 65 6 67 120 105
Binary 11101111 11100100 1110001 0 101 110101 110 110111 1010000 1000101

Color Harmonies of #EFE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE471

Black with #EFE471

Text Example


Text Example

White with #EFE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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