Html Css Color HEX #EBDC07 Golden Yellow

📋 copy color: '#EBDC07'

red 235 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #EBDC07

Tints of Golden Yellow #EBDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 50.87%
G = 47.62%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBDC07 (or 0xEBDC07) is known color: Golden Yellow. HEX triplet: EB, DC and 07. RGB value is (235,220,7). Sum of RGB (Red+Green+Blue) = 235+220+7=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC07 is #1423F8. Grayscale: #C9C9C9. Windows color (decimal): -1319929 or 515307. OLE color: 515307.

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

Color convert

RGB 235 220 7 -
CMYK 0 0.06 0.97 0.08
HSL 56.05º 0.94% 0.47% -
HSV(B) 56.05º 0.97% 0.92% -
XYZ 59.89 68.86 10.34 -
YUV 200.2 18.97 152.82 -
System Red Green Blue C M Y K H S L
Decimal 235 220 7 0 0.06 0.97 0.08 56.05 0.94 0.47
Hex EB DC 7 0 6 61 8 38 5E 2F
Octal 353 334 7 0 6 141 10 70 136 57
Binary 11101011 11011100 111 0 110 1100001 1000 111000 1011110 101111

Color Harmonies of #EBDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC07

Black with #EBDC07

Text Example


Text Example

White with #EBDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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