Html Css Color HEX #EEF27D Texas

📋 copy color: '#EEF27D'

red 238 ◦ green 242 ◦ blue 125

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

Shades of Texas #EEF27D

Tints of Texas #EEF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.66%

R = 39.34%
G = 40%
B = 20.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EEF27D (or 0xEEF27D) is known color: Texas. HEX triplet: EE, F2 and 7D. RGB value is (238,242,125). Sum of RGB (Red+Green+Blue) = 238+242+125=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF27D is #110D82. Grayscale: #E3E3E3. Windows color (decimal): -1117571 or 8254190. OLE color: 8254190.

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

Color convert

RGB 238 242 125 -
CMYK 0.02 0 0.48 0.05
HSL 62.05º 0.82% 0.72% -
HSV(B) 62.05º 0.48% 0.95% -
XYZ 70.71 83.16 31.73 -
YUV 227.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 238 242 125 0.02 0 0.48 0.05 62.05 0.82 0.72
Hex EE F2 7D 2 0 30 5 3E 52 48
Octal 356 362 175 2 0 60 5 76 122 110
Binary 11101110 11110010 1111101 10 0 110000 101 111110 1010010 1001000

Color Harmonies of #EEF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF27D

Black with #EEF27D

Text Example


Text Example

White with #EEF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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