Html Css Color HEX #ECE774 Texas

📋 copy color: '#ECE774'

red 236 ◦ green 231 ◦ blue 116

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

Shades of Texas #ECE774

Tints of Texas #ECE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.62%

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

R = 40.48%
G = 39.62%
B = 19.9%

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

#ECE774 (or 0xECE774) is known color: Texas. HEX triplet: EC, E7 and 74. RGB value is (236,231,116). Sum of RGB (Red+Green+Blue) = 236+231+116=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE774 is #13188B. Grayscale: #DBDBDB. Windows color (decimal): -1251468 or 7661548. OLE color: 7661548.

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

Color convert

RGB 236 231 116 -
CMYK 0 0.02 0.51 0.07
HSL 57.5º 0.76% 0.69% -
HSV(B) 57.5º 0.51% 0.93% -
XYZ 66.32 76.25 27.74 -
YUV 219.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 236 231 116 0 0.02 0.51 0.07 57.5 0.76 0.69
Hex EC E7 74 0 2 33 7 3A 4C 45
Octal 354 347 164 0 2 63 7 72 114 105
Binary 11101100 11100111 1110100 0 10 110011 111 111010 1001100 1000101

Color Harmonies of #ECE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE774

Black with #ECE774

Text Example


Text Example

White with #ECE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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