Html Css Color HEX #EDCF2E Golden Dream

📋 copy color: '#EDCF2E'

red 237 ◦ green 207 ◦ blue 46

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

Shades of Golden Dream #EDCF2E

Tints of Golden Dream #EDCF2E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.24%

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

R = 48.37%
G = 42.24%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDCF2E (or 0xEDCF2E) is known color: Golden Dream. HEX triplet: ED, CF and 2E. RGB value is (237,207,46). Sum of RGB (Red+Green+Blue) = 237+207+46=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF2E is #1230D1. Grayscale: #C6C6C6. Windows color (decimal): -1192146 or 3067885. OLE color: 3067885.

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

Color convert

RGB 237 207 46 -
CMYK 0 0.13 0.81 0.07
HSL 50.58º 0.84% 0.55% -
HSV(B) 50.58º 0.81% 0.93% -
XYZ 57.73 62.83 11.67 -
YUV 197.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 237 207 46 0 0.13 0.81 0.07 50.58 0.84 0.55
Hex ED CF 2E 0 D 51 7 33 54 37
Octal 355 317 56 0 15 121 7 63 124 67
Binary 11101101 11001111 101110 0 1101 1010001 111 110011 1010100 110111

Color Harmonies of #EDCF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF2E

Black with #EDCF2E

Text Example


Text Example

White with #EDCF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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