Html Css Color HEX #EEF083 Texas

📋 copy color: '#EEF083'

red 238 ◦ green 240 ◦ blue 131

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

Shades of Texas #EEF083

Tints of Texas #EEF083

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

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

R = 39.08%
G = 39.41%
B = 21.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EEF083 (or 0xEEF083) is known color: Texas. HEX triplet: EE, F0 and 83. RGB value is (238,240,131). Sum of RGB (Red+Green+Blue) = 238+240+131=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF083 is #110F7C. Grayscale: #E3E3E3. Windows color (decimal): -1118077 or 8646894. OLE color: 8646894.

HSL color Cylindrical-coordinate representation of color #EEF083: hue angle of 61.1º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF083 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 131 -
CMYK 0.01 0 0.45 0.06
HSL 61.1º 0.78% 0.73% -
HSV(B) 61.1º 0.45% 0.94% -
XYZ 70.52 82.14 33.61 -
YUV 226.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 238 240 131 0.01 0 0.45 0.06 61.1 0.78 0.73
Hex EE F0 83 1 0 2D 6 3D 4E 49
Octal 356 360 203 1 0 55 6 75 116 111
Binary 11101110 11110000 10000011 1 0 101101 110 111101 1001110 1001001

Color Harmonies of #EEF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF083

Black with #EEF083

Text Example


Text Example

White with #EEF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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