Html Css Color HEX #EBDC06 Golden Yellow

📋 copy color: '#EBDC06'

red 235 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #EBDC06

Tints of Golden Yellow #EBDC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 50.98%
G = 47.72%
B = 1.3%

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

#EBDC06 (or 0xEBDC06) is known color: Golden Yellow. HEX triplet: EB, DC and 06. RGB value is (235,220,6). Sum of RGB (Red+Green+Blue) = 235+220+6=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC06 is #1423F9. Grayscale: #C8C8C8. Windows color (decimal): -1319930 or 449771. OLE color: 449771.

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

Color convert

RGB 235 220 6 -
CMYK 0 0.06 0.97 0.08
HSL 56.07º 0.95% 0.47% -
HSV(B) 56.07º 0.97% 0.92% -
XYZ 59.89 68.86 10.31 -
YUV 200.09 18.47 152.9 -
System Red Green Blue C M Y K H S L
Decimal 235 220 6 0 0.06 0.97 0.08 56.07 0.95 0.47
Hex EB DC 6 0 6 61 8 38 5F 2F
Octal 353 334 6 0 6 141 10 70 137 57
Binary 11101011 11011100 110 0 110 1100001 1000 111000 1011111 101111

Color Harmonies of #EBDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC06

Black with #EBDC06

Text Example


Text Example

White with #EBDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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