Html Css Color HEX #ECE685 Texas

📋 copy color: '#ECE685'

red 236 ◦ green 230 ◦ blue 133

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

Shades of Texas #ECE685

Tints of Texas #ECE685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 39.4%
G = 38.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECE685 (or 0xECE685) is known color: Texas. HEX triplet: EC, E6 and 85. RGB value is (236,230,133). Sum of RGB (Red+Green+Blue) = 236+230+133=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE685 is #13197A. Grayscale: #DDDDDD. Windows color (decimal): -1251707 or 8775404. OLE color: 8775404.

HSL color Cylindrical-coordinate representation of color #ECE685: hue angle of 56.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE685 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 230 133 -
CMYK 0 0.03 0.44 0.07
HSL 56.5º 0.73% 0.72% -
HSV(B) 56.5º 0.44% 0.93% -
XYZ 67.12 76.12 33.35 -
YUV 220.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 236 230 133 0 0.03 0.44 0.07 56.5 0.73 0.72
Hex EC E6 85 0 3 2C 7 39 49 48
Octal 354 346 205 0 3 54 7 71 111 110
Binary 11101100 11100110 10000101 0 11 101100 111 111001 1001001 1001000

Color Harmonies of #ECE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE685

Black with #ECE685

Text Example


Text Example

White with #ECE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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