Html Css Color HEX #EBDB07 Golden Yellow

📋 copy color: '#EBDB07'

red 235 ◦ green 219 ◦ blue 7

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

Shades of Golden Yellow #EBDB07

Tints of Golden Yellow #EBDB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 50.98%
G = 47.51%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBDB07 (or 0xEBDB07) is known color: Golden Yellow. HEX triplet: EB, DB and 07. RGB value is (235,219,7). Sum of RGB (Red+Green+Blue) = 235+219+7=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB07 is #1424F8. Grayscale: #C8C8C8. Windows color (decimal): -1320185 or 515051. OLE color: 515051.

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

Color convert

RGB 235 219 7 -
CMYK 0 0.07 0.97 0.08
HSL 55.79º 0.94% 0.47% -
HSV(B) 55.79º 0.97% 0.92% -
XYZ 59.63 68.34 10.25 -
YUV 199.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 235 219 7 0 0.07 0.97 0.08 55.79 0.94 0.47
Hex EB DB 7 0 7 61 8 38 5E 2F
Octal 353 333 7 0 7 141 10 70 136 57
Binary 11101011 11011011 111 0 111 1100001 1000 111000 1011110 101111

Color Harmonies of #EBDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB07

Black with #EBDB07

Text Example


Text Example

White with #EBDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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