Html Css Color HEX #ECD462 Golden Sand

📋 copy color: '#ECD462'

red 236 ◦ green 212 ◦ blue 98

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

Shades of Golden Sand #ECD462

Tints of Golden Sand #ECD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.83%

 BLUE value IS 98 (38.67% from 255) = 17.95%

R = 43.22%
G = 38.83%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD462 (or 0xECD462) is known color: Golden Sand. HEX triplet: EC, D4 and 62. RGB value is (236,212,98). Sum of RGB (Red+Green+Blue) = 236+212+98=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD462 is #132B9D. Grayscale: #CECECE. Windows color (decimal): -1256350 or 6477036. OLE color: 6477036.

HSL color Cylindrical-coordinate representation of color #ECD462: hue angle of 49.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECD462 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 98 -
CMYK 0 0.10 0.58 0.07
HSL 49.57º 0.78% 0.65% -
HSV(B) 49.57º 0.58% 0.93% -
XYZ 60.34 65.8 21.08 -
YUV 206.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 236 212 98 0 0.10 0.58 0.07 49.57 0.78 0.65
Hex EC D4 62 0 A 3A 7 32 4E 41
Octal 354 324 142 0 12 72 7 62 116 101
Binary 11101100 11010100 1100010 0 1010 111010 111 110010 1001110 1000001

Color Harmonies of #ECD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD462

Black with #ECD462

Text Example


Text Example

White with #ECD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD462; }

 p { color: rgb(236,212,98); }

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

background-color css

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

 a { background-color: rgb(236,212,98); }

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

border-color css

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

 span { border-color: rgb(236,212,98); }

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