Html Css Color HEX #EEED7F Texas

📋 copy color: '#EEED7F'

red 238 ◦ green 237 ◦ blue 127

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

Shades of Texas #EEED7F

Tints of Texas #EEED7F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.37%

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

R = 39.53%
G = 39.37%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEED7F (or 0xEEED7F) is known color: Texas. HEX triplet: EE, ED and 7F. RGB value is (238,237,127). Sum of RGB (Red+Green+Blue) = 238+237+127=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED7F is #111280. Grayscale: #E1E1E1. Windows color (decimal): -1118849 or 8383982. OLE color: 8383982.

HSL color Cylindrical-coordinate representation of color #EEED7F: hue angle of 59.46º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEED7F is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 127 -
CMYK 0 0.00 0.47 0.07
HSL 59.46º 0.77% 0.72% -
HSV(B) 59.46º 0.47% 0.93% -
XYZ 69.37 80.28 31.92 -
YUV 224.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 238 237 127 0 0.00 0.47 0.07 59.46 0.77 0.72
Hex EE ED 7F 0 0 2F 7 3B 4D 48
Octal 356 355 177 0 0 57 7 73 115 110
Binary 11101110 11101101 1111111 0 0 101111 111 111011 1001101 1001000

Color Harmonies of #EEED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED7F

Black with #EEED7F

Text Example


Text Example

White with #EEED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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