Html Css Color HEX #EEED7C Texas

📋 copy color: '#EEED7C'

red 238 ◦ green 237 ◦ blue 124

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

Shades of Texas #EEED7C

Tints of Texas #EEED7C

RGB

 RED value IS 238 (93.36% from 255) = 39.73%

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 39.73%
G = 39.57%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EEED7C (or 0xEEED7C) is known color: Texas. HEX triplet: EE, ED and 7C. RGB value is (238,237,124). Sum of RGB (Red+Green+Blue) = 238+237+124=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED7C is #111283. Grayscale: #E0E0E0. Windows color (decimal): -1118852 or 8187374. OLE color: 8187374.

HSL color Cylindrical-coordinate representation of color #EEED7C: hue angle of 59.47º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEED7C is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 124 -
CMYK 0 0.00 0.48 0.07
HSL 59.47º 0.77% 0.71% -
HSV(B) 59.47º 0.48% 0.93% -
XYZ 69.18 80.2 30.9 -
YUV 224.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 238 237 124 0 0.00 0.48 0.07 59.47 0.77 0.71
Hex EE ED 7C 0 0 30 7 3B 4D 47
Octal 356 355 174 0 0 60 7 73 115 107
Binary 11101110 11101101 1111100 0 0 110000 111 111011 1001101 1000111

Color Harmonies of #EEED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED7C

Black with #EEED7C

Text Example


Text Example

White with #EEED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED7C; }

 p { color: rgb(238,237,124); }

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

background-color css

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

 a { background-color: rgb(238,237,124); }

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

border-color css

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

 span { border-color: rgb(238,237,124); }

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