Html Css Color HEX #EEE882 Texas

📋 copy color: '#EEE882'

red 238 ◦ green 232 ◦ blue 130

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

Shades of Texas #EEE882

Tints of Texas #EEE882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.67%

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

R = 39.67%
G = 38.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEE882 (or 0xEEE882) is known color: Texas. HEX triplet: EE, E8 and 82. RGB value is (238,232,130). Sum of RGB (Red+Green+Blue) = 238+232+130=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE882 is #11177D. Grayscale: #DEDEDE. Windows color (decimal): -1120126 or 8579310. OLE color: 8579310.

HSL color Cylindrical-coordinate representation of color #EEE882: hue angle of 56.67º 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 #EEE882 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 232 130 -
CMYK 0 0.03 0.45 0.07
HSL 56.67º 0.76% 0.72% -
HSV(B) 56.67º 0.45% 0.93% -
XYZ 68.15 77.5 32.49 -
YUV 222.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 238 232 130 0 0.03 0.45 0.07 56.67 0.76 0.72
Hex EE E8 82 0 3 2D 7 39 4C 48
Octal 356 350 202 0 3 55 7 71 114 110
Binary 11101110 11101000 10000010 0 11 101101 111 111001 1001100 1001000

Color Harmonies of #EEE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE882

Black with #EEE882

Text Example


Text Example

White with #EEE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE882; }

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

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

background-color css

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

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

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

border-color css

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

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

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