Html Css Color HEX #ECF080 Texas

📋 copy color: '#ECF080'

red 236 ◦ green 240 ◦ blue 128

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

Shades of Texas #ECF080

Tints of Texas #ECF080

RGB

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

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

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

R = 39.07%
G = 39.74%
B = 21.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#ECF080 (or 0xECF080) is known color: Texas. HEX triplet: EC, F0 and 80. RGB value is (236,240,128). Sum of RGB (Red+Green+Blue) = 236+240+128=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF080 is #130F7F. Grayscale: #E2E2E2. Windows color (decimal): -1249152 or 8450284. OLE color: 8450284.

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

Color convert

RGB 236 240 128 -
CMYK 0.02 0 0.47 0.06
HSL 62.14º 0.79% 0.72% -
HSV(B) 62.14º 0.47% 0.94% -
XYZ 69.65 81.71 32.52 -
YUV 226.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 236 240 128 0.02 0 0.47 0.06 62.14 0.79 0.72
Hex EC F0 80 2 0 2F 6 3E 4F 48
Octal 354 360 200 2 0 57 6 76 117 110
Binary 11101100 11110000 10000000 10 0 101111 110 111110 1001111 1001000

Color Harmonies of #ECF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF080

Black with #ECF080

Text Example


Text Example

White with #ECF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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