Html Css Color HEX #EDCF32 Golden Dream

📋 copy color: '#EDCF32'

red 237 ◦ green 207 ◦ blue 50

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

Shades of Golden Dream #EDCF32

Tints of Golden Dream #EDCF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 47.98%
G = 41.9%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDCF32 (or 0xEDCF32) is known color: Golden Dream. HEX triplet: ED, CF and 32. RGB value is (237,207,50). Sum of RGB (Red+Green+Blue) = 237+207+50=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF32 is #1230CD. Grayscale: #C6C6C6. Windows color (decimal): -1192142 or 3330029. OLE color: 3330029.

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

Color convert

RGB 237 207 50 -
CMYK 0 0.13 0.79 0.07
HSL 50.37º 0.84% 0.56% -
HSV(B) 50.37º 0.79% 0.93% -
XYZ 57.81 62.86 12.1 -
YUV 198.07 44.44 155.77 -
System Red Green Blue C M Y K H S L
Decimal 237 207 50 0 0.13 0.79 0.07 50.37 0.84 0.56
Hex ED CF 32 0 D 4F 7 32 54 38
Octal 355 317 62 0 15 117 7 62 124 70
Binary 11101101 11001111 110010 0 1101 1001111 111 110010 1010100 111000

Color Harmonies of #EDCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF32

Black with #EDCF32

Text Example


Text Example

White with #EDCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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