Html Css Color HEX #EBCD2D Golden Dream

📋 copy color: '#EBCD2D'

red 235 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #EBCD2D

Tints of Golden Dream #EBCD2D

RGB

 RED value IS 235 (92.19% from 255) = 48.45%

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 48.45%
G = 42.27%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBCD2D (or 0xEBCD2D) is known color: Golden Dream. HEX triplet: EB, CD and 2D. RGB value is (235,205,45). Sum of RGB (Red+Green+Blue) = 235+205+45=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD2D is #1432D2. Grayscale: #C4C4C4. Windows color (decimal): -1323731 or 3001835. OLE color: 3001835.

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

Color convert

RGB 235 205 45 -
CMYK 0 0.13 0.81 0.08
HSL 50.53º 0.83% 0.55% -
HSV(B) 50.53º 0.81% 0.92% -
XYZ 56.57 61.51 11.37 -
YUV 195.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 235 205 45 0 0.13 0.81 0.08 50.53 0.83 0.55
Hex EB CD 2D 0 D 51 8 33 53 37
Octal 353 315 55 0 15 121 10 63 123 67
Binary 11101011 11001101 101101 0 1101 1010001 1000 110011 1010011 110111

Color Harmonies of #EBCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD2D

Black with #EBCD2D

Text Example


Text Example

White with #EBCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD2D; }

 p { color: rgb(235,205,45); }

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

background-color css

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

 a { background-color: rgb(235,205,45); }

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

border-color css

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

 span { border-color: rgb(235,205,45); }

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