Html Css Color HEX #EBDA01 Golden Yellow

📋 copy color: '#EBDA01'

red 235 ◦ green 218 ◦ blue 1

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

Shades of Golden Yellow #EBDA01

Tints of Golden Yellow #EBDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.76%
G = 48.02%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBDA01 (or 0xEBDA01) is known color: Golden Yellow. HEX triplet: EB, DA and 01. RGB value is (235,218,1). Sum of RGB (Red+Green+Blue) = 235+218+1=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA01 is #1425FE. Grayscale: #C7C7C7. Windows color (decimal): -1320447 or 121579. OLE color: 121579.

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

Color convert

RGB 235 218 1 -
CMYK 0 0.07 1.00 0.08
HSL 55.64º 0.99% 0.46% -
HSV(B) 55.64º 1% 0.92% -
XYZ 59.34 67.81 9.99 -
YUV 198.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 235 218 1 0 0.07 1.00 0.08 55.64 0.99 0.46
Hex EB DA 1 0 7 64 8 38 63 2E
Octal 353 332 1 0 7 144 10 70 143 56
Binary 11101011 11011010 1 0 111 1100100 1000 111000 1100011 101110

Color Harmonies of #EBDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA01

Black with #EBDA01

Text Example


Text Example

White with #EBDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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