Html Css Color HEX #EDC830 Golden Dream

📋 copy color: '#EDC830'

red 237 ◦ green 200 ◦ blue 48

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

Shades of Golden Dream #EDC830

Tints of Golden Dream #EDC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

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

R = 48.87%
G = 41.24%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDC830 (or 0xEDC830) is known color: Golden Dream. HEX triplet: ED, C8 and 30. RGB value is (237,200,48). Sum of RGB (Red+Green+Blue) = 237+200+48=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC830 is #1237CF. Grayscale: #C2C2C2. Windows color (decimal): -1193936 or 3197165. OLE color: 3197165.

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

Color convert

RGB 237 200 48 -
CMYK 0 0.16 0.80 0.07
HSL 48.25º 0.84% 0.56% -
HSV(B) 48.25º 0.8% 0.93% -
XYZ 56.11 59.53 11.33 -
YUV 193.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 237 200 48 0 0.16 0.80 0.07 48.25 0.84 0.56
Hex ED C8 30 0 10 50 7 30 54 38
Octal 355 310 60 0 20 120 7 60 124 70
Binary 11101101 11001000 110000 0 10000 1010000 111 110000 1010100 111000

Color Harmonies of #EDC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC830

Black with #EDC830

Text Example


Text Example

White with #EDC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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