Html Css Color HEX #EDCB2D Golden Dream

📋 copy color: '#EDCB2D'

red 237 ◦ green 203 ◦ blue 45

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

Shades of Golden Dream #EDCB2D

Tints of Golden Dream #EDCB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 48.87%
G = 41.86%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDCB2D (or 0xEDCB2D) is known color: Golden Dream. HEX triplet: ED, CB and 2D. RGB value is (237,203,45). Sum of RGB (Red+Green+Blue) = 237+203+45=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB2D is #1234D2. Grayscale: #C3C3C3. Windows color (decimal): -1193171 or 3001325. OLE color: 3001325.

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

Color convert

RGB 237 203 45 -
CMYK 0 0.14 0.81 0.07
HSL 49.38º 0.84% 0.55% -
HSV(B) 49.38º 0.81% 0.93% -
XYZ 56.75 60.91 11.25 -
YUV 195.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 237 203 45 0 0.14 0.81 0.07 49.38 0.84 0.55
Hex ED CB 2D 0 E 51 7 31 54 37
Octal 355 313 55 0 16 121 7 61 124 67
Binary 11101101 11001011 101101 0 1110 1010001 111 110001 1010100 110111

Color Harmonies of #EDCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB2D

Black with #EDCB2D

Text Example


Text Example

White with #EDCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB2D; }

 p { color: rgb(237,203,45); }

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

background-color css

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

 a { background-color: rgb(237,203,45); }

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

border-color css

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

 span { border-color: rgb(237,203,45); }

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