Html Css Color HEX #ECE375 Texas

📋 copy color: '#ECE375'

red 236 ◦ green 227 ◦ blue 117

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

Shades of Texas #ECE375

Tints of Texas #ECE375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 40.69%
G = 39.14%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECE375 (or 0xECE375) is known color: Texas. HEX triplet: EC, E3 and 75. RGB value is (236,227,117). Sum of RGB (Red+Green+Blue) = 236+227+117=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE375 is #131C8A. Grayscale: #D9D9D9. Windows color (decimal): -1252491 or 7726060. OLE color: 7726060.

HSL color Cylindrical-coordinate representation of color #ECE375: hue angle of 55.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE375 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 227 117 -
CMYK 0 0.04 0.50 0.07
HSL 55.46º 0.76% 0.69% -
HSV(B) 55.46º 0.5% 0.93% -
XYZ 65.27 74.06 27.68 -
YUV 217.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 236 227 117 0 0.04 0.50 0.07 55.46 0.76 0.69
Hex EC E3 75 0 4 32 7 37 4C 45
Octal 354 343 165 0 4 62 7 67 114 105
Binary 11101100 11100011 1110101 0 100 110010 111 110111 1001100 1000101

Color Harmonies of #ECE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE375

Black with #ECE375

Text Example


Text Example

White with #ECE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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