Html Css Color HEX #EDCF37 Golden Dream

📋 copy color: '#EDCF37'

red 237 ◦ green 207 ◦ blue 55

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

Shades of Golden Dream #EDCF37

Tints of Golden Dream #EDCF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.02%

R = 47.49%
G = 41.48%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDCF37 (or 0xEDCF37) is known color: Golden Dream. HEX triplet: ED, CF and 37. RGB value is (237,207,55). Sum of RGB (Red+Green+Blue) = 237+207+55=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF37 is #1230C8. Grayscale: #C7C7C7. Windows color (decimal): -1192137 or 3657709. OLE color: 3657709.

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

Color convert

RGB 237 207 55 -
CMYK 0 0.13 0.77 0.07
HSL 50.11º 0.83% 0.57% -
HSV(B) 50.11º 0.77% 0.93% -
XYZ 57.93 62.91 12.7 -
YUV 198.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 237 207 55 0 0.13 0.77 0.07 50.11 0.83 0.57
Hex ED CF 37 0 D 4D 7 32 53 39
Octal 355 317 67 0 15 115 7 62 123 71
Binary 11101101 11001111 110111 0 1101 1001101 111 110010 1010011 111001

Color Harmonies of #EDCF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF37

Black with #EDCF37

Text Example


Text Example

White with #EDCF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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