Html Css Color HEX #EFE37D Texas

📋 copy color: '#EFE37D'

red 239 ◦ green 227 ◦ blue 125

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

Shades of Texas #EFE37D

Tints of Texas #EFE37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.41%

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

R = 40.44%
G = 38.41%
B = 21.15%

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

#EFE37D (or 0xEFE37D) is known color: Texas. HEX triplet: EF, E3 and 7D. RGB value is (239,227,125). Sum of RGB (Red+Green+Blue) = 239+227+125=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37D is #101C82. Grayscale: #DBDBDB. Windows color (decimal): -1055875 or 8250351. OLE color: 8250351.

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

Color convert

RGB 239 227 125 -
CMYK 0 0.05 0.48 0.06
HSL 53.68º 0.78% 0.71% -
HSV(B) 53.68º 0.48% 0.94% -
XYZ 66.77 74.77 30.31 -
YUV 218.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 239 227 125 0 0.05 0.48 0.06 53.68 0.78 0.71
Hex EF E3 7D 0 5 30 6 36 4E 47
Octal 357 343 175 0 5 60 6 66 116 107
Binary 11101111 11100011 1111101 0 101 110000 110 110110 1001110 1000111

Color Harmonies of #EFE37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE37D

Black with #EFE37D

Text Example


Text Example

White with #EFE37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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