Html Css Color HEX #ECE982 Texas

📋 copy color: '#ECE982'

red 236 ◦ green 233 ◦ blue 130

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

Shades of Texas #ECE982

Tints of Texas #ECE982

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

 GREEN value IS 233 (91.41% from 255) = 38.9%

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

R = 39.4%
G = 38.9%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECE982 (or 0xECE982) is known color: Texas. HEX triplet: EC, E9 and 82. RGB value is (236,233,130). Sum of RGB (Red+Green+Blue) = 236+233+130=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE982 is #13167D. Grayscale: #DEDEDE. Windows color (decimal): -1250942 or 8579564. OLE color: 8579564.

HSL color Cylindrical-coordinate representation of color #ECE982: hue angle of 58.3º degrees, saturation: 0.74, 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 #ECE982 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 233 130 -
CMYK 0 0.01 0.45 0.07
HSL 58.3º 0.74% 0.72% -
HSV(B) 58.3º 0.45% 0.93% -
XYZ 67.76 77.72 32.55 -
YUV 222.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 236 233 130 0 0.01 0.45 0.07 58.3 0.74 0.72
Hex EC E9 82 0 1 2D 7 3A 4A 48
Octal 354 351 202 0 1 55 7 72 112 110
Binary 11101100 11101001 10000010 0 1 101101 111 111010 1001010 1001000

Color Harmonies of #ECE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE982

Black with #ECE982

Text Example


Text Example

White with #ECE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE982; }

 p { color: rgb(236,233,130); }

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

background-color css

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

 a { background-color: rgb(236,233,130); }

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

border-color css

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

 span { border-color: rgb(236,233,130); }

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