Html Css Color HEX #EEF07D Texas

📋 copy color: '#EEF07D'

red 238 ◦ green 240 ◦ blue 125

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

Shades of Texas #EEF07D

Tints of Texas #EEF07D

RGB

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

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

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

R = 39.47%
G = 39.8%
B = 20.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EEF07D (or 0xEEF07D) is known color: Texas. HEX triplet: EE, F0 and 7D. RGB value is (238,240,125). Sum of RGB (Red+Green+Blue) = 238+240+125=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF07D is #110F82. Grayscale: #E2E2E2. Windows color (decimal): -1118083 or 8253678. OLE color: 8253678.

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

Color convert

RGB 238 240 125 -
CMYK 0.01 0 0.48 0.06
HSL 61.04º 0.79% 0.72% -
HSV(B) 61.04º 0.48% 0.94% -
XYZ 70.12 81.98 31.53 -
YUV 226.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 238 240 125 0.01 0 0.48 0.06 61.04 0.79 0.72
Hex EE F0 7D 1 0 30 6 3D 4F 48
Octal 356 360 175 1 0 60 6 75 117 110
Binary 11101110 11110000 1111101 1 0 110000 110 111101 1001111 1001000

Color Harmonies of #EEF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF07D

Black with #EEF07D

Text Example


Text Example

White with #EEF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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