Html Css Color HEX #EFE47D Texas

📋 copy color: '#EFE47D'

red 239 ◦ green 228 ◦ blue 125

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

Shades of Texas #EFE47D

Tints of Texas #EFE47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.11%

R = 40.37%
G = 38.51%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFE47D (or 0xEFE47D) is known color: Texas. HEX triplet: EF, E4 and 7D. RGB value is (239,228,125). Sum of RGB (Red+Green+Blue) = 239+228+125=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE47D is #101B82. Grayscale: #DBDBDB. Windows color (decimal): -1055619 or 8250607. OLE color: 8250607.

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

Color convert

RGB 239 228 125 -
CMYK 0 0.05 0.48 0.06
HSL 54.21º 0.78% 0.71% -
HSV(B) 54.21º 0.48% 0.94% -
XYZ 67.04 75.32 30.41 -
YUV 219.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 239 228 125 0 0.05 0.48 0.06 54.21 0.78 0.71
Hex EF E4 7D 0 5 30 6 36 4E 47
Octal 357 344 175 0 5 60 6 66 116 107
Binary 11101111 11100100 1111101 0 101 110000 110 110110 1001110 1000111

Color Harmonies of #EFE47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE47D

Black with #EFE47D

Text Example


Text Example

White with #EFE47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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