Html Css Color HEX #EDC92E Golden Dream

📋 copy color: '#EDC92E'

red 237 ◦ green 201 ◦ blue 46

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

Shades of Golden Dream #EDC92E

Tints of Golden Dream #EDC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 46 (18.36% from 255) = 9.5%

R = 48.97%
G = 41.53%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC92E (or 0xEDC92E) is known color: Golden Dream. HEX triplet: ED, C9 and 2E. RGB value is (237,201,46). Sum of RGB (Red+Green+Blue) = 237+201+46=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC92E is #1236D1. Grayscale: #C2C2C2. Windows color (decimal): -1193682 or 3066349. OLE color: 3066349.

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

Color convert

RGB 237 201 46 -
CMYK 0 0.15 0.81 0.07
HSL 48.69º 0.84% 0.55% -
HSV(B) 48.69º 0.81% 0.93% -
XYZ 56.3 59.98 11.19 -
YUV 194.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 237 201 46 0 0.15 0.81 0.07 48.69 0.84 0.55
Hex ED C9 2E 0 F 51 7 31 54 37
Octal 355 311 56 0 17 121 7 61 124 67
Binary 11101101 11001001 101110 0 1111 1010001 111 110001 1010100 110111

Color Harmonies of #EDC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC92E

Black with #EDC92E

Text Example


Text Example

White with #EDC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC92E; }

 p { color: rgb(237,201,46); }

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

background-color css

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

 a { background-color: rgb(237,201,46); }

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

border-color css

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

 span { border-color: rgb(237,201,46); }

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