Html Css Color HEX #EEE782 Texas

📋 copy color: '#EEE782'

red 238 ◦ green 231 ◦ blue 130

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

Shades of Texas #EEE782

Tints of Texas #EEE782

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.56%

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 39.73%
G = 38.56%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEE782 (or 0xEEE782) is known color: Texas. HEX triplet: EE, E7 and 82. RGB value is (238,231,130). Sum of RGB (Red+Green+Blue) = 238+231+130=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE782 is #11187D. Grayscale: #DDDDDD. Windows color (decimal): -1120382 or 8579054. OLE color: 8579054.

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

Color convert

RGB 238 231 130 -
CMYK 0 0.03 0.45 0.07
HSL 56.11º 0.76% 0.72% -
HSV(B) 56.11º 0.45% 0.93% -
XYZ 67.87 76.94 32.39 -
YUV 221.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 238 231 130 0 0.03 0.45 0.07 56.11 0.76 0.72
Hex EE E7 82 0 3 2D 7 38 4C 48
Octal 356 347 202 0 3 55 7 70 114 110
Binary 11101110 11100111 10000010 0 11 101101 111 111000 1001100 1001000

Color Harmonies of #EEE782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE782

Black with #EEE782

Text Example


Text Example

White with #EEE782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE782; }

 p { color: rgb(238,231,130); }

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

background-color css

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

 a { background-color: rgb(238,231,130); }

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

border-color css

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

 span { border-color: rgb(238,231,130); }

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