Html Css Color HEX #ECE874 Texas

📋 copy color: '#ECE874'

red 236 ◦ green 232 ◦ blue 116

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

Shades of Texas #ECE874

Tints of Texas #ECE874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.73%

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

R = 40.41%
G = 39.73%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECE874 (or 0xECE874) is known color: Texas. HEX triplet: EC, E8 and 74. RGB value is (236,232,116). Sum of RGB (Red+Green+Blue) = 236+232+116=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE874 is #13178B. Grayscale: #DCDCDC. Windows color (decimal): -1251212 or 7661804. OLE color: 7661804.

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

Color convert

RGB 236 232 116 -
CMYK 0 0.02 0.51 0.07
HSL 58º 0.76% 0.69% -
HSV(B) 58º 0.51% 0.93% -
XYZ 66.6 76.81 27.84 -
YUV 219.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 236 232 116 0 0.02 0.51 0.07 58 0.76 0.69
Hex EC E8 74 0 2 33 7 3A 4C 45
Octal 354 350 164 0 2 63 7 72 114 105
Binary 11101100 11101000 1110100 0 10 110011 111 111010 1001100 1000101

Color Harmonies of #ECE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE874

Black with #ECE874

Text Example


Text Example

White with #ECE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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