Html Css Color HEX #ECC82F Golden Dream

📋 copy color: '#ECC82F'

red 236 ◦ green 200 ◦ blue 47

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

Shades of Golden Dream #ECC82F

Tints of Golden Dream #ECC82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 48.86%
G = 41.41%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC82F (or 0xECC82F) is known color: Golden Dream. HEX triplet: EC, C8 and 2F. RGB value is (236,200,47). Sum of RGB (Red+Green+Blue) = 236+200+47=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC82F is #1337D0. Grayscale: #C1C1C1. Windows color (decimal): -1259473 or 3131628. OLE color: 3131628.

HSL color Cylindrical-coordinate representation of color #ECC82F: hue angle of 48.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECC82F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 47 -
CMYK 0 0.15 0.80 0.07
HSL 48.57º 0.83% 0.55% -
HSV(B) 48.57º 0.8% 0.93% -
XYZ 55.76 59.35 11.21 -
YUV 193.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 236 200 47 0 0.15 0.80 0.07 48.57 0.83 0.55
Hex EC C8 2F 0 F 50 7 31 53 37
Octal 354 310 57 0 17 120 7 61 123 67
Binary 11101100 11001000 101111 0 1111 1010000 111 110001 1010011 110111

Color Harmonies of #ECC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC82F

Black with #ECC82F

Text Example


Text Example

White with #ECC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC82F; }

 p { color: rgb(236,200,47); }

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

background-color css

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

 a { background-color: rgb(236,200,47); }

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

border-color css

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

 span { border-color: rgb(236,200,47); }

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