Html Css Color HEX #EBDA00 Golden Yellow

📋 copy color: '#EBDA00'

red 235 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #EBDA00

Tints of Golden Yellow #EBDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.88%
G = 48.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBDA00 (or 0xEBDA00) is known color: Golden Yellow. HEX triplet: EB, DA and 00. RGB value is (235,218,0). Sum of RGB (Red+Green+Blue) = 235+218+0=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA00 is #1425FF. Grayscale: #C7C7C7. Windows color (decimal): -1320448 or 56043. OLE color: 56043.

HSL color Cylindrical-coordinate representation of color #EBDA00: hue angle of 55.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBDA00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 0 -
CMYK 0 0.07 1 0.08
HSL 55.66º 1% 0.46% -
HSV(B) 55.66º 1% 0.92% -
XYZ 59.33 67.8 9.96 -
YUV 198.23 16.13 154.23 -
System Red Green Blue C M Y K H S L
Decimal 235 218 0 0 0.07 1 0.08 55.66 1 0.46
Hex EB DA 0 0 7 64 8 38 64 2E
Octal 353 332 0 0 7 144 10 70 144 56
Binary 11101011 11011010 0 0 111 1100100 1000 111000 1100100 101110

Color Harmonies of #EBDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA00

Black with #EBDA00

Text Example


Text Example

White with #EBDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA00; }

 p { color: rgb(235,218,0); }

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

background-color css

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

 a { background-color: rgb(235,218,0); }

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

border-color css

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

 span { border-color: rgb(235,218,0); }

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