Html Css Color HEX #EDCE2A Golden Dream

📋 copy color: '#EDCE2A'

red 237 ◦ green 206 ◦ blue 42

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

Shades of Golden Dream #EDCE2A

Tints of Golden Dream #EDCE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 48.87%
G = 42.47%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDCE2A (or 0xEDCE2A) is known color: Golden Dream. HEX triplet: ED, CE and 2A. RGB value is (237,206,42). Sum of RGB (Red+Green+Blue) = 237+206+42=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE2A is #1231D5. Grayscale: #C5C5C5. Windows color (decimal): -1192406 or 2805485. OLE color: 2805485.

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

Color convert

RGB 237 206 42 -
CMYK 0 0.13 0.82 0.07
HSL 50.46º 0.84% 0.55% -
HSV(B) 50.46º 0.82% 0.93% -
XYZ 57.41 62.31 11.19 -
YUV 196.57 40.77 156.84 -
System Red Green Blue C M Y K H S L
Decimal 237 206 42 0 0.13 0.82 0.07 50.46 0.84 0.55
Hex ED CE 2A 0 D 52 7 32 54 37
Octal 355 316 52 0 15 122 7 62 124 67
Binary 11101101 11001110 101010 0 1101 1010010 111 110010 1010100 110111

Color Harmonies of #EDCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE2A

Black with #EDCE2A

Text Example


Text Example

White with #EDCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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