Html Css Color HEX #EDCE32 Golden Dream

📋 copy color: '#EDCE32'

red 237 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #EDCE32

Tints of Golden Dream #EDCE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

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

R = 48.07%
G = 41.78%
B = 10.14%

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

#EDCE32 (or 0xEDCE32) is known color: Golden Dream. HEX triplet: ED, CE and 32. RGB value is (237,206,50). Sum of RGB (Red+Green+Blue) = 237+206+50=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE32 is #1231CD. Grayscale: #C6C6C6. Windows color (decimal): -1192398 or 3329773. OLE color: 3329773.

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

Color convert

RGB 237 206 50 -
CMYK 0 0.13 0.79 0.07
HSL 50.05º 0.84% 0.56% -
HSV(B) 50.05º 0.79% 0.93% -
XYZ 57.57 62.38 12.02 -
YUV 197.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 237 206 50 0 0.13 0.79 0.07 50.05 0.84 0.56
Hex ED CE 32 0 D 4F 7 32 54 38
Octal 355 316 62 0 15 117 7 62 124 70
Binary 11101101 11001110 110010 0 1101 1001111 111 110010 1010100 111000

Color Harmonies of #EDCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE32

Black with #EDCE32

Text Example


Text Example

White with #EDCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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