Html Css Color HEX #EBD02C Golden Dream

📋 copy color: '#EBD02C'

red 235 ◦ green 208 ◦ blue 44

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

Shades of Golden Dream #EBD02C

Tints of Golden Dream #EBD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 44 (17.58% from 255) = 9.03%

R = 48.25%
G = 42.71%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBD02C (or 0xEBD02C) is known color: Golden Dream. HEX triplet: EB, D0 and 2C. RGB value is (235,208,44). Sum of RGB (Red+Green+Blue) = 235+208+44=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD02C is #142FD3. Grayscale: #C6C6C6. Windows color (decimal): -1322964 or 2937067. OLE color: 2937067.

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

Color convert

RGB 235 208 44 -
CMYK 0 0.11 0.81 0.08
HSL 51.52º 0.83% 0.55% -
HSV(B) 51.52º 0.81% 0.92% -
XYZ 57.27 62.96 11.52 -
YUV 197.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 235 208 44 0 0.11 0.81 0.08 51.52 0.83 0.55
Hex EB D0 2C 0 B 51 8 34 53 37
Octal 353 320 54 0 13 121 10 64 123 67
Binary 11101011 11010000 101100 0 1011 1010001 1000 110100 1010011 110111

Color Harmonies of #EBD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD02C

Black with #EBD02C

Text Example


Text Example

White with #EBD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD02C; }

 p { color: rgb(235,208,44); }

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

background-color css

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

 a { background-color: rgb(235,208,44); }

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

border-color css

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

 span { border-color: rgb(235,208,44); }

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