Html Css Color HEX #EEE582 Texas

📋 copy color: '#EEE582'

red 238 ◦ green 229 ◦ blue 130

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

Shades of Texas #EEE582

Tints of Texas #EEE582

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.36%

 BLUE value IS 130 (51.17% from 255) = 21.78%

R = 39.87%
G = 38.36%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEE582 (or 0xEEE582) is known color: Texas. HEX triplet: EE, E5 and 82. RGB value is (238,229,130). Sum of RGB (Red+Green+Blue) = 238+229+130=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE582 is #111A7D. Grayscale: #DCDCDC. Windows color (decimal): -1120894 or 8578542. OLE color: 8578542.

HSL color Cylindrical-coordinate representation of color #EEE582: hue angle of 55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE582 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 130 -
CMYK 0 0.04 0.45 0.07
HSL 55º 0.76% 0.72% -
HSV(B) 55º 0.45% 0.93% -
XYZ 67.31 75.83 32.21 -
YUV 220.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 238 229 130 0 0.04 0.45 0.07 55 0.76 0.72
Hex EE E5 82 0 4 2D 7 37 4C 48
Octal 356 345 202 0 4 55 7 67 114 110
Binary 11101110 11100101 10000010 0 100 101101 111 110111 1001100 1001000

Color Harmonies of #EEE582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE582

Black with #EEE582

Text Example


Text Example

White with #EEE582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE582; }

 p { color: rgb(238,229,130); }

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

background-color css

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

 a { background-color: rgb(238,229,130); }

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

border-color css

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

 span { border-color: rgb(238,229,130); }

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