Html Css Color HEX #EDD230 Golden Dream

📋 copy color: '#EDD230'

red 237 ◦ green 210 ◦ blue 48

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

Shades of Golden Dream #EDD230

Tints of Golden Dream #EDD230

RGB

 RED value IS 237 (92.97% from 255) = 47.88%

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 47.88%
G = 42.42%
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

#EDD230 (or 0xEDD230) is known color: Golden Dream. HEX triplet: ED, D2 and 30. RGB value is (237,210,48). Sum of RGB (Red+Green+Blue) = 237+210+48=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD230 is #122DCF. Grayscale: #C8C8C8. Windows color (decimal): -1191376 or 3199725. OLE color: 3199725.

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

Color convert

RGB 237 210 48 -
CMYK 0 0.11 0.80 0.07
HSL 51.43º 0.84% 0.56% -
HSV(B) 51.43º 0.8% 0.93% -
XYZ 58.51 64.31 12.13 -
YUV 199.61 42.45 154.67 -
System Red Green Blue C M Y K H S L
Decimal 237 210 48 0 0.11 0.80 0.07 51.43 0.84 0.56
Hex ED D2 30 0 B 50 7 33 54 38
Octal 355 322 60 0 13 120 7 63 124 70
Binary 11101101 11010010 110000 0 1011 1010000 111 110011 1010100 111000

Color Harmonies of #EDD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD230

Black with #EDD230

Text Example


Text Example

White with #EDD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD230; }

 p { color: rgb(237,210,48); }

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

background-color css

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

 a { background-color: rgb(237,210,48); }

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

border-color css

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

 span { border-color: rgb(237,210,48); }

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