Html Css Color HEX #EEF07F Texas

📋 copy color: '#EEF07F'

red 238 ◦ green 240 ◦ blue 127

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

Shades of Texas #EEF07F

Tints of Texas #EEF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.99%

R = 39.34%
G = 39.67%
B = 20.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EEF07F (or 0xEEF07F) is known color: Texas. HEX triplet: EE, F0 and 7F. RGB value is (238,240,127). Sum of RGB (Red+Green+Blue) = 238+240+127=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF07F is #110F80. Grayscale: #E2E2E2. Windows color (decimal): -1118081 or 8384750. OLE color: 8384750.

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

Color convert

RGB 238 240 127 -
CMYK 0.01 0 0.47 0.06
HSL 61.06º 0.79% 0.72% -
HSV(B) 61.06º 0.47% 0.94% -
XYZ 70.25 82.03 32.21 -
YUV 226.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 238 240 127 0.01 0 0.47 0.06 61.06 0.79 0.72
Hex EE F0 7F 1 0 2F 6 3D 4F 48
Octal 356 360 177 1 0 57 6 75 117 110
Binary 11101110 11110000 1111111 1 0 101111 110 111101 1001111 1001000

Color Harmonies of #EEF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF07F

Black with #EEF07F

Text Example


Text Example

White with #EEF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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