Html Css Color HEX #ECE674 Texas

📋 copy color: '#ECE674'

red 236 ◦ green 230 ◦ blue 116

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

Shades of Texas #ECE674

Tints of Texas #ECE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.52%

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

R = 40.55%
G = 39.52%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECE674 (or 0xECE674) is known color: Texas. HEX triplet: EC, E6 and 74. RGB value is (236,230,116). Sum of RGB (Red+Green+Blue) = 236+230+116=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE674 is #13198B. Grayscale: #DBDBDB. Windows color (decimal): -1251724 or 7661292. OLE color: 7661292.

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

Color convert

RGB 236 230 116 -
CMYK 0 0.03 0.51 0.07
HSL 57º 0.76% 0.69% -
HSV(B) 57º 0.51% 0.93% -
XYZ 66.04 75.69 27.65 -
YUV 218.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 236 230 116 0 0.03 0.51 0.07 57 0.76 0.69
Hex EC E6 74 0 3 33 7 39 4C 45
Octal 354 346 164 0 3 63 7 71 114 105
Binary 11101100 11100110 1110100 0 11 110011 111 111001 1001100 1000101

Color Harmonies of #ECE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE674

Black with #ECE674

Text Example


Text Example

White with #ECE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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