Html Css Color HEX #ECCB5E Golden Sand

📋 copy color: '#ECCB5E'

red 236 ◦ green 203 ◦ blue 94

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

Shades of Golden Sand #ECCB5E

Tints of Golden Sand #ECCB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.09%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 44.28%
G = 38.09%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECCB5E (or 0xECCB5E) is known color: Golden Sand. HEX triplet: EC, CB and 5E. RGB value is (236,203,94). Sum of RGB (Red+Green+Blue) = 236+203+94=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB5E is #1334A1. Grayscale: #C8C8C8. Windows color (decimal): -1258658 or 6212588. OLE color: 6212588.

HSL color Cylindrical-coordinate representation of color #ECCB5E: hue angle of 46.06º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECCB5E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 94 -
CMYK 0 0.14 0.60 0.07
HSL 46.06º 0.79% 0.65% -
HSV(B) 46.06º 0.6% 0.93% -
XYZ 57.97 61.35 19.38 -
YUV 200.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 236 203 94 0 0.14 0.60 0.07 46.06 0.79 0.65
Hex EC CB 5E 0 E 3C 7 2E 4F 41
Octal 354 313 136 0 16 74 7 56 117 101
Binary 11101100 11001011 1011110 0 1110 111100 111 101110 1001111 1000001

Color Harmonies of #ECCB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB5E

Black with #ECCB5E

Text Example


Text Example

White with #ECCB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB5E; }

 p { color: rgb(236,203,94); }

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

background-color css

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

 a { background-color: rgb(236,203,94); }

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

border-color css

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

 span { border-color: rgb(236,203,94); }

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