Html Css Color HEX #EBC630 Golden Dream

📋 copy color: '#EBC630'

red 235 ◦ green 198 ◦ blue 48

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

Shades of Golden Dream #EBC630

Tints of Golden Dream #EBC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

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

R = 48.86%
G = 41.16%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBC630 (or 0xEBC630) is known color: Golden Dream. HEX triplet: EB, C6 and 30. RGB value is (235,198,48). Sum of RGB (Red+Green+Blue) = 235+198+48=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC630 is #1439CF. Grayscale: #C0C0C0. Windows color (decimal): -1325520 or 3196651. OLE color: 3196651.

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

Color convert

RGB 235 198 48 -
CMYK 0 0.16 0.80 0.08
HSL 48.13º 0.82% 0.55% -
HSV(B) 48.13º 0.8% 0.92% -
XYZ 54.99 58.26 11.14 -
YUV 191.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 235 198 48 0 0.16 0.80 0.08 48.13 0.82 0.55
Hex EB C6 30 0 10 50 8 30 52 37
Octal 353 306 60 0 20 120 10 60 122 67
Binary 11101011 11000110 110000 0 10000 1010000 1000 110000 1010010 110111

Color Harmonies of #EBC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC630

Black with #EBC630

Text Example


Text Example

White with #EBC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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