Html Css Color HEX #ECE075 Texas

📋 copy color: '#ECE075'

red 236 ◦ green 224 ◦ blue 117

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

Shades of Texas #ECE075

Tints of Texas #ECE075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 117 (46.09% from 255) = 20.28%

R = 40.9%
G = 38.82%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECE075 (or 0xECE075) is known color: Texas. HEX triplet: EC, E0 and 75. RGB value is (236,224,117). Sum of RGB (Red+Green+Blue) = 236+224+117=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE075 is #131F8A. Grayscale: #D7D7D7. Windows color (decimal): -1253259 or 7725292. OLE color: 7725292.

HSL color Cylindrical-coordinate representation of color #ECE075: hue angle of 53.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE075 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 117 -
CMYK 0 0.05 0.50 0.07
HSL 53.95º 0.76% 0.69% -
HSV(B) 53.95º 0.5% 0.93% -
XYZ 64.46 72.43 27.41 -
YUV 215.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 236 224 117 0 0.05 0.50 0.07 53.95 0.76 0.69
Hex EC E0 75 0 5 32 7 36 4C 45
Octal 354 340 165 0 5 62 7 66 114 105
Binary 11101100 11100000 1110101 0 101 110010 111 110110 1001100 1000101

Color Harmonies of #ECE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE075

Black with #ECE075

Text Example


Text Example

White with #ECE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE075; }

 p { color: rgb(236,224,117); }

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

background-color css

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

 a { background-color: rgb(236,224,117); }

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

border-color css

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

 span { border-color: rgb(236,224,117); }

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