Html Css Color HEX #ECE073 Texas

📋 copy color: '#ECE073'

red 236 ◦ green 224 ◦ blue 115

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

Shades of Texas #ECE073

Tints of Texas #ECE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20%

R = 41.04%
G = 38.96%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECE073 (or 0xECE073) is known color: Texas. HEX triplet: EC, E0 and 73. RGB value is (236,224,115). Sum of RGB (Red+Green+Blue) = 236+224+115=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE073 is #131F8C. Grayscale: #D7D7D7. Windows color (decimal): -1253261 or 7594220. OLE color: 7594220.

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

Color convert

RGB 236 224 115 -
CMYK 0 0.05 0.51 0.07
HSL 54.05º 0.76% 0.69% -
HSV(B) 54.05º 0.51% 0.93% -
XYZ 64.34 72.38 26.8 -
YUV 215.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 236 224 115 0 0.05 0.51 0.07 54.05 0.76 0.69
Hex EC E0 73 0 5 33 7 36 4C 45
Octal 354 340 163 0 5 63 7 66 114 105
Binary 11101100 11100000 1110011 0 101 110011 111 110110 1001100 1000101

Color Harmonies of #ECE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE073

Black with #ECE073

Text Example


Text Example

White with #ECE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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