Html Css Color HEX #EDD035 Golden Dream

📋 copy color: '#EDD035'

red 237 ◦ green 208 ◦ blue 53

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

Shades of Golden Dream #EDD035

Tints of Golden Dream #EDD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 53 (21.09% from 255) = 10.64%

R = 47.59%
G = 41.77%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD035 (or 0xEDD035) is known color: Golden Dream. HEX triplet: ED, D0 and 35. RGB value is (237,208,53). Sum of RGB (Red+Green+Blue) = 237+208+53=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD035 is #122FCA. Grayscale: #C7C7C7. Windows color (decimal): -1191883 or 3526893. OLE color: 3526893.

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

Color convert

RGB 237 208 53 -
CMYK 0 0.12 0.78 0.07
HSL 50.54º 0.84% 0.57% -
HSV(B) 50.54º 0.78% 0.93% -
XYZ 58.12 63.37 12.54 -
YUV 199 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 237 208 53 0 0.12 0.78 0.07 50.54 0.84 0.57
Hex ED D0 35 0 C 4E 7 33 54 39
Octal 355 320 65 0 14 116 7 63 124 71
Binary 11101101 11010000 110101 0 1100 1001110 111 110011 1010100 111001

Color Harmonies of #EDD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD035

Black with #EDD035

Text Example


Text Example

White with #EDD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD035; }

 p { color: rgb(237,208,53); }

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

background-color css

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

 a { background-color: rgb(237,208,53); }

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

border-color css

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

 span { border-color: rgb(237,208,53); }

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