Html Css Color HEX #EEF280 Texas

📋 copy color: '#EEF280'

red 238 ◦ green 242 ◦ blue 128

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

Shades of Texas #EEF280

Tints of Texas #EEF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.8%

 BLUE value IS 128 (50.39% from 255) = 21.05%

R = 39.14%
G = 39.8%
B = 21.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EEF280 (or 0xEEF280) is known color: Texas. HEX triplet: EE, F2 and 80. RGB value is (238,242,128). Sum of RGB (Red+Green+Blue) = 238+242+128=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF280 is #110D7F. Grayscale: #E4E4E4. Windows color (decimal): -1117568 or 8450798. OLE color: 8450798.

HSL color Cylindrical-coordinate representation of color #EEF280: hue angle of 62.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF280 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 128 -
CMYK 0.02 0 0.47 0.05
HSL 62.11º 0.81% 0.73% -
HSV(B) 62.11º 0.47% 0.95% -
XYZ 70.91 83.24 32.75 -
YUV 227.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 238 242 128 0.02 0 0.47 0.05 62.11 0.81 0.73
Hex EE F2 80 2 0 2F 5 3E 51 49
Octal 356 362 200 2 0 57 5 76 121 111
Binary 11101110 11110010 10000000 10 0 101111 101 111110 1010001 1001001

Color Harmonies of #EEF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF280

Black with #EEF280

Text Example


Text Example

White with #EEF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF280; }

 p { color: rgb(238,242,128); }

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

background-color css

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

 a { background-color: rgb(238,242,128); }

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

border-color css

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

 span { border-color: rgb(238,242,128); }

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