Html Css Color HEX #EBC92E Golden Dream

📋 copy color: '#EBC92E'

red 235 ◦ green 201 ◦ blue 46

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

Shades of Golden Dream #EBC92E

Tints of Golden Dream #EBC92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 48.76%
G = 41.7%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBC92E (or 0xEBC92E) is known color: Golden Dream. HEX triplet: EB, C9 and 2E. RGB value is (235,201,46). Sum of RGB (Red+Green+Blue) = 235+201+46=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC92E is #1436D1. Grayscale: #C2C2C2. Windows color (decimal): -1324754 or 3066347. OLE color: 3066347.

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

Color convert

RGB 235 201 46 -
CMYK 0 0.14 0.80 0.08
HSL 49.21º 0.83% 0.55% -
HSV(B) 49.21º 0.8% 0.92% -
XYZ 55.64 59.63 11.16 -
YUV 193.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 235 201 46 0 0.14 0.80 0.08 49.21 0.83 0.55
Hex EB C9 2E 0 E 50 8 31 53 37
Octal 353 311 56 0 16 120 10 61 123 67
Binary 11101011 11001001 101110 0 1110 1010000 1000 110001 1010011 110111

Color Harmonies of #EBC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC92E

Black with #EBC92E

Text Example


Text Example

White with #EBC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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