Html Css Color HEX #EBC72D Golden Dream

📋 copy color: '#EBC72D'

red 235 ◦ green 199 ◦ blue 45

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

Shades of Golden Dream #EBC72D

Tints of Golden Dream #EBC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

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

R = 49.06%
G = 41.54%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBC72D (or 0xEBC72D) is known color: Golden Dream. HEX triplet: EB, C7 and 2D. RGB value is (235,199,45). Sum of RGB (Red+Green+Blue) = 235+199+45=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC72D is #1438D2. Grayscale: #C0C0C0. Windows color (decimal): -1325267 or 3000299. OLE color: 3000299.

HSL color Cylindrical-coordinate representation of color #EBC72D: hue angle of 48.63º 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 #EBC72D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 45 -
CMYK 0 0.15 0.81 0.08
HSL 48.63º 0.83% 0.55% -
HSV(B) 48.63º 0.81% 0.92% -
XYZ 55.16 58.7 10.91 -
YUV 192.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 235 199 45 0 0.15 0.81 0.08 48.63 0.83 0.55
Hex EB C7 2D 0 F 51 8 31 53 37
Octal 353 307 55 0 17 121 10 61 123 67
Binary 11101011 11000111 101101 0 1111 1010001 1000 110001 1010011 110111

Color Harmonies of #EBC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC72D

Black with #EBC72D

Text Example


Text Example

White with #EBC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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