Html Css Color HEX #EBC92D Golden Dream

📋 copy color: '#EBC92D'

red 235 ◦ green 201 ◦ blue 45

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

Shades of Golden Dream #EBC92D

Tints of Golden Dream #EBC92D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.79%

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

R = 48.86%
G = 41.79%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBC92D (or 0xEBC92D) is known color: Golden Dream. HEX triplet: EB, C9 and 2D. RGB value is (235,201,45). Sum of RGB (Red+Green+Blue) = 235+201+45=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC92D is #1436D2. Grayscale: #C2C2C2. Windows color (decimal): -1324755 or 3000811. OLE color: 3000811.

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

Color convert

RGB 235 201 45 -
CMYK 0 0.14 0.81 0.08
HSL 49.26º 0.83% 0.55% -
HSV(B) 49.26º 0.81% 0.92% -
XYZ 55.62 59.62 11.06 -
YUV 193.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 235 201 45 0 0.14 0.81 0.08 49.26 0.83 0.55
Hex EB C9 2D 0 E 51 8 31 53 37
Octal 353 311 55 0 16 121 10 61 123 67
Binary 11101011 11001001 101101 0 1110 1010001 1000 110001 1010011 110111

Color Harmonies of #EBC92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC92D

Black with #EBC92D

Text Example


Text Example

White with #EBC92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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