Html Css Color HEX #EEE482 Texas

📋 copy color: '#EEE482'

red 238 ◦ green 228 ◦ blue 130

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

Shades of Texas #EEE482

Tints of Texas #EEE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.26%

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

R = 39.93%
G = 38.26%
B = 21.81%

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

#EEE482 (or 0xEEE482) is known color: Texas. HEX triplet: EE, E4 and 82. RGB value is (238,228,130). Sum of RGB (Red+Green+Blue) = 238+228+130=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE482 is #111B7D. Grayscale: #DCDCDC. Windows color (decimal): -1121150 or 8578286. OLE color: 8578286.

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

Color convert

RGB 238 228 130 -
CMYK 0 0.04 0.45 0.07
HSL 54.44º 0.76% 0.72% -
HSV(B) 54.44º 0.45% 0.93% -
XYZ 67.03 75.28 32.12 -
YUV 219.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 238 228 130 0 0.04 0.45 0.07 54.44 0.76 0.72
Hex EE E4 82 0 4 2D 7 36 4C 48
Octal 356 344 202 0 4 55 7 66 114 110
Binary 11101110 11100100 10000010 0 100 101101 111 110110 1001100 1001000

Color Harmonies of #EEE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE482

Black with #EEE482

Text Example


Text Example

White with #EEE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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