Html Css Color HEX #EBCC30 Golden Dream

📋 copy color: '#EBCC30'

red 235 ◦ green 204 ◦ blue 48

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

Shades of Golden Dream #EBCC30

Tints of Golden Dream #EBCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 48.25%
G = 41.89%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBCC30 (or 0xEBCC30) is known color: Golden Dream. HEX triplet: EB, CC and 30. RGB value is (235,204,48). Sum of RGB (Red+Green+Blue) = 235+204+48=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC30 is #1433CF. Grayscale: #C4C4C4. Windows color (decimal): -1323984 or 3198187. OLE color: 3198187.

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

Color convert

RGB 235 204 48 -
CMYK 0 0.13 0.80 0.08
HSL 50.05º 0.82% 0.55% -
HSV(B) 50.05º 0.8% 0.92% -
XYZ 56.39 61.06 11.61 -
YUV 195.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 235 204 48 0 0.13 0.80 0.08 50.05 0.82 0.55
Hex EB CC 30 0 D 50 8 32 52 37
Octal 353 314 60 0 15 120 10 62 122 67
Binary 11101011 11001100 110000 0 1101 1010000 1000 110010 1010010 110111

Color Harmonies of #EBCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC30

Black with #EBCC30

Text Example


Text Example

White with #EBCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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