Html Css Color HEX #ECE385 Texas

📋 copy color: '#ECE385'

red 236 ◦ green 227 ◦ blue 133

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

Shades of Texas #ECE385

Tints of Texas #ECE385

RGB

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

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

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

R = 39.6%
G = 38.09%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECE385 (or 0xECE385) is known color: Texas. HEX triplet: EC, E3 and 85. RGB value is (236,227,133). Sum of RGB (Red+Green+Blue) = 236+227+133=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE385 is #131C7A. Grayscale: #DBDBDB. Windows color (decimal): -1252475 or 8774636. OLE color: 8774636.

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

Color convert

RGB 236 227 133 -
CMYK 0 0.04 0.44 0.07
HSL 54.76º 0.73% 0.72% -
HSV(B) 54.76º 0.44% 0.93% -
XYZ 66.29 74.46 33.07 -
YUV 218.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 236 227 133 0 0.04 0.44 0.07 54.76 0.73 0.72
Hex EC E3 85 0 4 2C 7 37 49 48
Octal 354 343 205 0 4 54 7 67 111 110
Binary 11101100 11100011 10000101 0 100 101100 111 110111 1001001 1001000

Color Harmonies of #ECE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE385

Black with #ECE385

Text Example


Text Example

White with #ECE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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