Html Css Color HEX #ECE374 Texas

📋 copy color: '#ECE374'

red 236 ◦ green 227 ◦ blue 116

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

Shades of Texas #ECE374

Tints of Texas #ECE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.21%

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 40.76%
G = 39.21%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECE374 (or 0xECE374) is known color: Texas. HEX triplet: EC, E3 and 74. RGB value is (236,227,116). Sum of RGB (Red+Green+Blue) = 236+227+116=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE374 is #131C8B. Grayscale: #D9D9D9. Windows color (decimal): -1252492 or 7660524. OLE color: 7660524.

HSL color Cylindrical-coordinate representation of color #ECE374: hue angle of 55.5º 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 #ECE374 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 227 116 -
CMYK 0 0.04 0.51 0.07
HSL 55.5º 0.76% 0.69% -
HSV(B) 55.5º 0.51% 0.93% -
XYZ 65.21 74.03 27.38 -
YUV 217.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 236 227 116 0 0.04 0.51 0.07 55.5 0.76 0.69
Hex EC E3 74 0 4 33 7 38 4C 45
Octal 354 343 164 0 4 63 7 70 114 105
Binary 11101100 11100011 1110100 0 100 110011 111 111000 1001100 1000101

Color Harmonies of #ECE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE374

Black with #ECE374

Text Example


Text Example

White with #ECE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE374; }

 p { color: rgb(236,227,116); }

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

background-color css

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

 a { background-color: rgb(236,227,116); }

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

border-color css

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

 span { border-color: rgb(236,227,116); }

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