Html Css Color HEX #ECF082 Texas

📋 copy color: '#ECF082'

red 236 ◦ green 240 ◦ blue 130

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

Shades of Texas #ECF082

Tints of Texas #ECF082

RGB

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

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

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

R = 38.94%
G = 39.6%
B = 21.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#ECF082 (or 0xECF082) is known color: Texas. HEX triplet: EC, F0 and 82. RGB value is (236,240,130). Sum of RGB (Red+Green+Blue) = 236+240+130=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF082 is #130F7D. Grayscale: #E2E2E2. Windows color (decimal): -1249150 or 8581356. OLE color: 8581356.

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

Color convert

RGB 236 240 130 -
CMYK 0.02 0 0.46 0.06
HSL 62.18º 0.79% 0.73% -
HSV(B) 62.18º 0.46% 0.94% -
XYZ 69.78 81.76 33.22 -
YUV 226.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 236 240 130 0.02 0 0.46 0.06 62.18 0.79 0.73
Hex EC F0 82 2 0 2E 6 3E 4F 49
Octal 354 360 202 2 0 56 6 76 117 111
Binary 11101100 11110000 10000010 10 0 101110 110 111110 1001111 1001001

Color Harmonies of #ECF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF082

Black with #ECF082

Text Example


Text Example

White with #ECF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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