Html Css Color HEX #ECD330 Golden Dream

📋 copy color: '#ECD330'

red 236 ◦ green 211 ◦ blue 48

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

Shades of Golden Dream #ECD330

Tints of Golden Dream #ECD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 47.68%
G = 42.63%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD330 (or 0xECD330) is known color: Golden Dream. HEX triplet: EC, D3 and 30. RGB value is (236,211,48). Sum of RGB (Red+Green+Blue) = 236+211+48=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD330 is #132CCF. Grayscale: #C8C8C8. Windows color (decimal): -1256656 or 3199980. OLE color: 3199980.

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

Color convert

RGB 236 211 48 -
CMYK 0 0.11 0.80 0.07
HSL 52.02º 0.83% 0.56% -
HSV(B) 52.02º 0.8% 0.93% -
XYZ 58.42 64.63 12.19 -
YUV 199.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 236 211 48 0 0.11 0.80 0.07 52.02 0.83 0.56
Hex EC D3 30 0 B 50 7 34 53 38
Octal 354 323 60 0 13 120 7 64 123 70
Binary 11101100 11010011 110000 0 1011 1010000 111 110100 1010011 111000

Color Harmonies of #ECD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD330

Black with #ECD330

Text Example


Text Example

White with #ECD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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