Html Css Color HEX #ECCD30 Golden Dream

📋 copy color: '#ECCD30'

red 236 ◦ green 205 ◦ blue 48

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

Shades of Golden Dream #ECCD30

Tints of Golden Dream #ECCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 48 (19.14% from 255) = 9.82%

R = 48.26%
G = 41.92%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECCD30 (or 0xECCD30) is known color: Golden Dream. HEX triplet: EC, CD and 30. RGB value is (236,205,48). Sum of RGB (Red+Green+Blue) = 236+205+48=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD30 is #1332CF. Grayscale: #C5C5C5. Windows color (decimal): -1258192 or 3198444. OLE color: 3198444.

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

Color convert

RGB 236 205 48 -
CMYK 0 0.13 0.80 0.07
HSL 50.11º 0.83% 0.56% -
HSV(B) 50.11º 0.8% 0.93% -
XYZ 56.96 61.71 11.71 -
YUV 196.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 236 205 48 0 0.13 0.80 0.07 50.11 0.83 0.56
Hex EC CD 30 0 D 50 7 32 53 38
Octal 354 315 60 0 15 120 7 62 123 70
Binary 11101100 11001101 110000 0 1101 1010000 111 110010 1010011 111000

Color Harmonies of #ECCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD30

Black with #ECCD30

Text Example


Text Example

White with #ECCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD30; }

 p { color: rgb(236,205,48); }

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

background-color css

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

 a { background-color: rgb(236,205,48); }

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

border-color css

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

 span { border-color: rgb(236,205,48); }

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