Html Css Color HEX #EBDB03 Golden Yellow

📋 copy color: '#EBDB03'

red 235 ◦ green 219 ◦ blue 3

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

Shades of Golden Yellow #EBDB03

Tints of Golden Yellow #EBDB03

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 51.42%
G = 47.92%
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

#EBDB03 (or 0xEBDB03) is known color: Golden Yellow. HEX triplet: EB, DB and 03. RGB value is (235,219,3). Sum of RGB (Red+Green+Blue) = 235+219+3=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB03 is #1424FC. Grayscale: #C8C8C8. Windows color (decimal): -1320189 or 252907. OLE color: 252907.

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

Color convert

RGB 235 219 3 -
CMYK 0 0.07 0.99 0.08
HSL 55.86º 0.97% 0.47% -
HSV(B) 55.86º 0.99% 0.92% -
XYZ 59.61 68.33 10.13 -
YUV 199.16 17.3 153.56 -
System Red Green Blue C M Y K H S L
Decimal 235 219 3 0 0.07 0.99 0.08 55.86 0.97 0.47
Hex EB DB 3 0 7 63 8 38 61 2F
Octal 353 333 3 0 7 143 10 70 141 57
Binary 11101011 11011011 11 0 111 1100011 1000 111000 1100001 101111

Color Harmonies of #EBDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB03

Black with #EBDB03

Text Example


Text Example

White with #EBDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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