Html Css Color HEX #EBDB00 Golden Yellow

📋 copy color: '#EBDB00'

red 235 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #EBDB00

Tints of Golden Yellow #EBDB00

RGB

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

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

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

R = 51.76%
G = 48.24%
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

#EBDB00 (or 0xEBDB00) is known color: Golden Yellow. HEX triplet: EB, DB and 00. RGB value is (235,219,0). Sum of RGB (Red+Green+Blue) = 235+219+0=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB00 is #1424FF. Grayscale: #C7C7C7. Windows color (decimal): -1320192 or 56299. OLE color: 56299.

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

Color convert

RGB 235 219 0 -
CMYK 0 0.07 1 0.08
HSL 55.91º 1% 0.46% -
HSV(B) 55.91º 1% 0.92% -
XYZ 59.59 68.33 10.05 -
YUV 198.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 235 219 0 0 0.07 1 0.08 55.91 1 0.46
Hex EB DB 0 0 7 64 8 38 64 2E
Octal 353 333 0 0 7 144 10 70 144 56
Binary 11101011 11011011 0 0 111 1100100 1000 111000 1100100 101110

Color Harmonies of #EBDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB00

Black with #EBDB00

Text Example


Text Example

White with #EBDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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