Html Css Color HEX #ECF280 Texas

📋 copy color: '#ECF280'

red 236 ◦ green 242 ◦ blue 128

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

Shades of Texas #ECF280

Tints of Texas #ECF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

 BLUE value IS 128 (50.39% from 255) = 21.12%

R = 38.94%
G = 39.93%
B = 21.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ECF280 (or 0xECF280) is known color: Texas. HEX triplet: EC, F2 and 80. RGB value is (236,242,128). Sum of RGB (Red+Green+Blue) = 236+242+128=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF280 is #130D7F. Grayscale: #E3E3E3. Windows color (decimal): -1248640 or 8450796. OLE color: 8450796.

HSL color Cylindrical-coordinate representation of color #ECF280: hue angle of 63.16º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF280 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 128 -
CMYK 0.02 0 0.47 0.05
HSL 63.16º 0.81% 0.73% -
HSV(B) 63.16º 0.47% 0.95% -
XYZ 70.24 82.9 32.72 -
YUV 227.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 236 242 128 0.02 0 0.47 0.05 63.16 0.81 0.73
Hex EC F2 80 2 0 2F 5 3F 51 49
Octal 354 362 200 2 0 57 5 77 121 111
Binary 11101100 11110010 10000000 10 0 101111 101 111111 1010001 1001001

Color Harmonies of #ECF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF280

Black with #ECF280

Text Example


Text Example

White with #ECF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF280; }

 p { color: rgb(236,242,128); }

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

background-color css

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

 a { background-color: rgb(236,242,128); }

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

border-color css

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

 span { border-color: rgb(236,242,128); }

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