Html Css Color HEX #EBDA03 Golden Yellow

📋 copy color: '#EBDA03'

red 235 ◦ green 218 ◦ blue 3

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

Shades of Golden Yellow #EBDA03

Tints of Golden Yellow #EBDA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 51.54%
G = 47.81%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBDA03 (or 0xEBDA03) is known color: Golden Yellow. HEX triplet: EB, DA and 03. RGB value is (235,218,3). Sum of RGB (Red+Green+Blue) = 235+218+3=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA03 is #1425FC. Grayscale: #C7C7C7. Windows color (decimal): -1320445 or 252651. OLE color: 252651.

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

Color convert

RGB 235 218 3 -
CMYK 0 0.07 0.99 0.08
HSL 55.6º 0.97% 0.47% -
HSV(B) 55.6º 0.99% 0.92% -
XYZ 59.35 67.81 10.05 -
YUV 198.57 17.63 153.98 -
System Red Green Blue C M Y K H S L
Decimal 235 218 3 0 0.07 0.99 0.08 55.6 0.97 0.47
Hex EB DA 3 0 7 63 8 38 61 2F
Octal 353 332 3 0 7 143 10 70 141 57
Binary 11101011 11011010 11 0 111 1100011 1000 111000 1100001 101111

Color Harmonies of #EBDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA03

Black with #EBDA03

Text Example


Text Example

White with #EBDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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