Html Css Color HEX #EEE483 Texas

📋 copy color: '#EEE483'

red 238 ◦ green 228 ◦ blue 131

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

Shades of Texas #EEE483

Tints of Texas #EEE483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.94%

R = 39.87%
G = 38.19%
B = 21.94%

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

#EEE483 (or 0xEEE483) is known color: Texas. HEX triplet: EE, E4 and 83. RGB value is (238,228,131). Sum of RGB (Red+Green+Blue) = 238+228+131=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE483 is #111B7C. Grayscale: #DCDCDC. Windows color (decimal): -1121149 or 8643822. OLE color: 8643822.

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

Color convert

RGB 238 228 131 -
CMYK 0 0.04 0.45 0.07
HSL 54.39º 0.76% 0.72% -
HSV(B) 54.39º 0.45% 0.93% -
XYZ 67.1 75.3 32.47 -
YUV 219.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 238 228 131 0 0.04 0.45 0.07 54.39 0.76 0.72
Hex EE E4 83 0 4 2D 7 36 4C 48
Octal 356 344 203 0 4 55 7 66 114 110
Binary 11101110 11100100 10000011 0 100 101101 111 110110 1001100 1001000

Color Harmonies of #EEE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE483

Black with #EEE483

Text Example


Text Example

White with #EEE483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE483; }

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

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

background-color css

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

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

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

border-color css

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

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

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