Html Css Color HEX #EBC830 Golden Dream

📋 copy color: '#EBC830'

red 235 ◦ green 200 ◦ blue 48

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

Shades of Golden Dream #EBC830

Tints of Golden Dream #EBC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 48 (19.14% from 255) = 9.94%

R = 48.65%
G = 41.41%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBC830 (or 0xEBC830) is known color: Golden Dream. HEX triplet: EB, C8 and 30. RGB value is (235,200,48). Sum of RGB (Red+Green+Blue) = 235+200+48=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC830 is #1437CF. Grayscale: #C1C1C1. Windows color (decimal): -1325008 or 3197163. OLE color: 3197163.

HSL color Cylindrical-coordinate representation of color #EBC830: hue angle of 48.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBC830 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 48 -
CMYK 0 0.15 0.80 0.08
HSL 48.77º 0.82% 0.55% -
HSV(B) 48.77º 0.8% 0.92% -
XYZ 55.45 59.18 11.3 -
YUV 193.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 235 200 48 0 0.15 0.80 0.08 48.77 0.82 0.55
Hex EB C8 30 0 F 50 8 31 52 37
Octal 353 310 60 0 17 120 10 61 122 67
Binary 11101011 11001000 110000 0 1111 1010000 1000 110001 1010010 110111

Color Harmonies of #EBC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC830

Black with #EBC830

Text Example


Text Example

White with #EBC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC830; }

 p { color: rgb(235,200,48); }

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

background-color css

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

 a { background-color: rgb(235,200,48); }

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

border-color css

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

 span { border-color: rgb(235,200,48); }

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