Html Css Color HEX #EBDA02 Golden Yellow

📋 copy color: '#EBDA02'

red 235 ◦ green 218 ◦ blue 2

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

Shades of Golden Yellow #EBDA02

Tints of Golden Yellow #EBDA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 51.65%
G = 47.91%
B = 0.44%

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

#EBDA02 (or 0xEBDA02) is known color: Golden Yellow. HEX triplet: EB, DA and 02. RGB value is (235,218,2). Sum of RGB (Red+Green+Blue) = 235+218+2=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA02 is #1425FD. Grayscale: #C7C7C7. Windows color (decimal): -1320446 or 187115. OLE color: 187115.

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

Color convert

RGB 235 218 2 -
CMYK 0 0.07 0.99 0.08
HSL 55.62º 0.98% 0.46% -
HSV(B) 55.62º 0.99% 0.92% -
XYZ 59.34 67.81 10.02 -
YUV 198.46 17.13 154.06 -
System Red Green Blue C M Y K H S L
Decimal 235 218 2 0 0.07 0.99 0.08 55.62 0.98 0.46
Hex EB DA 2 0 7 63 8 38 62 2E
Octal 353 332 2 0 7 143 10 70 142 56
Binary 11101011 11011010 10 0 111 1100011 1000 111000 1100010 101110

Color Harmonies of #EBDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA02

Black with #EBDA02

Text Example


Text Example

White with #EBDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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