Html Css Color HEX #EDD02B Golden Dream

📋 copy color: '#EDD02B'

red 237 ◦ green 208 ◦ blue 43

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

Shades of Golden Dream #EDD02B

Tints of Golden Dream #EDD02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.81%

R = 48.57%
G = 42.62%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDD02B (or 0xEDD02B) is known color: Golden Dream. HEX triplet: ED, D0 and 2B. RGB value is (237,208,43). Sum of RGB (Red+Green+Blue) = 237+208+43=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD02B is #122FD4. Grayscale: #C6C6C6. Windows color (decimal): -1191893 or 2871533. OLE color: 2871533.

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

Color convert

RGB 237 208 43 -
CMYK 0 0.12 0.82 0.07
HSL 51.03º 0.84% 0.55% -
HSV(B) 51.03º 0.82% 0.93% -
XYZ 57.92 63.29 11.45 -
YUV 197.86 40.61 155.92 -
System Red Green Blue C M Y K H S L
Decimal 237 208 43 0 0.12 0.82 0.07 51.03 0.84 0.55
Hex ED D0 2B 0 C 52 7 33 54 37
Octal 355 320 53 0 14 122 7 63 124 67
Binary 11101101 11010000 101011 0 1100 1010010 111 110011 1010100 110111

Color Harmonies of #EDD02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD02B

Black with #EDD02B

Text Example


Text Example

White with #EDD02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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