Html Css Color HEX #ECE074 Texas

📋 copy color: '#ECE074'

red 236 ◦ green 224 ◦ blue 116

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

Shades of Texas #ECE074

Tints of Texas #ECE074

RGB

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

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

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

R = 40.97%
G = 38.89%
B = 20.14%

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

#ECE074 (or 0xECE074) is known color: Texas. HEX triplet: EC, E0 and 74. RGB value is (236,224,116). Sum of RGB (Red+Green+Blue) = 236+224+116=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE074 is #131F8B. Grayscale: #D7D7D7. Windows color (decimal): -1253260 or 7659756. OLE color: 7659756.

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

Color convert

RGB 236 224 116 -
CMYK 0 0.05 0.51 0.07
HSL 54º 0.76% 0.69% -
HSV(B) 54º 0.51% 0.93% -
XYZ 64.4 72.41 27.1 -
YUV 215.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 236 224 116 0 0.05 0.51 0.07 54 0.76 0.69
Hex EC E0 74 0 5 33 7 36 4C 45
Octal 354 340 164 0 5 63 7 66 114 105
Binary 11101100 11100000 1110100 0 101 110011 111 110110 1001100 1000101

Color Harmonies of #ECE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE074

Black with #ECE074

Text Example


Text Example

White with #ECE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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