Html Css Color HEX #EEED7A Texas

📋 copy color: '#EEED7A'

red 238 ◦ green 237 ◦ blue 122

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

Shades of Texas #EEED7A

Tints of Texas #EEED7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.44%

R = 39.87%
G = 39.7%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EEED7A (or 0xEEED7A) is known color: Texas. HEX triplet: EE, ED and 7A. RGB value is (238,237,122). Sum of RGB (Red+Green+Blue) = 238+237+122=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED7A is #111285. Grayscale: #E0E0E0. Windows color (decimal): -1118854 or 8056302. OLE color: 8056302.

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

Color convert

RGB 238 237 122 -
CMYK 0 0.00 0.49 0.07
HSL 59.48º 0.77% 0.71% -
HSV(B) 59.48º 0.49% 0.93% -
XYZ 69.06 80.15 30.24 -
YUV 224.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 238 237 122 0 0.00 0.49 0.07 59.48 0.77 0.71
Hex EE ED 7A 0 0 31 7 3B 4D 47
Octal 356 355 172 0 0 61 7 73 115 107
Binary 11101110 11101101 1111010 0 0 110001 111 111011 1001101 1000111

Color Harmonies of #EEED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED7A

Black with #EEED7A

Text Example


Text Example

White with #EEED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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