Html Css Color HEX #EDCE29 Golden Dream

📋 copy color: '#EDCE29'

red 237 ◦ green 206 ◦ blue 41

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

Shades of Golden Dream #EDCE29

Tints of Golden Dream #EDCE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 48.97%
G = 42.56%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDCE29 (or 0xEDCE29) is known color: Golden Dream. HEX triplet: ED, CE and 29. RGB value is (237,206,41). Sum of RGB (Red+Green+Blue) = 237+206+41=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE29 is #1231D6. Grayscale: #C5C5C5. Windows color (decimal): -1192407 or 2739949. OLE color: 2739949.

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

Color convert

RGB 237 206 41 -
CMYK 0 0.13 0.83 0.07
HSL 50.51º 0.84% 0.55% -
HSV(B) 50.51º 0.83% 0.93% -
XYZ 57.4 62.31 11.1 -
YUV 196.46 40.27 156.92 -
System Red Green Blue C M Y K H S L
Decimal 237 206 41 0 0.13 0.83 0.07 50.51 0.84 0.55
Hex ED CE 29 0 D 53 7 33 54 37
Octal 355 316 51 0 15 123 7 63 124 67
Binary 11101101 11001110 101001 0 1101 1010011 111 110011 1010100 110111

Color Harmonies of #EDCE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE29

Black with #EDCE29

Text Example


Text Example

White with #EDCE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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