Html Css Color HEX #ECE675 Texas

📋 copy color: '#ECE675'

red 236 ◦ green 230 ◦ blue 117

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

Shades of Texas #ECE675

Tints of Texas #ECE675

RGB

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

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

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

R = 40.48%
G = 39.45%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECE675 (or 0xECE675) is known color: Texas. HEX triplet: EC, E6 and 75. RGB value is (236,230,117). Sum of RGB (Red+Green+Blue) = 236+230+117=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE675 is #13198A. Grayscale: #DBDBDB. Windows color (decimal): -1251723 or 7726828. OLE color: 7726828.

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

Color convert

RGB 236 230 117 -
CMYK 0 0.03 0.50 0.07
HSL 56.97º 0.76% 0.69% -
HSV(B) 56.97º 0.5% 0.93% -
XYZ 66.1 75.71 27.96 -
YUV 218.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 236 230 117 0 0.03 0.50 0.07 56.97 0.76 0.69
Hex EC E6 75 0 3 32 7 39 4C 45
Octal 354 346 165 0 3 62 7 71 114 105
Binary 11101100 11100110 1110101 0 11 110010 111 111001 1001100 1000101

Color Harmonies of #ECE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE675

Black with #ECE675

Text Example


Text Example

White with #ECE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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