Html Css Color HEX #EBDB06 Golden Yellow

📋 copy color: '#EBDB06'

red 235 ◦ green 219 ◦ blue 6

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

Shades of Golden Yellow #EBDB06

Tints of Golden Yellow #EBDB06

RGB

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

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

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

R = 51.09%
G = 47.61%
B = 1.3%

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

#EBDB06 (or 0xEBDB06) is known color: Golden Yellow. HEX triplet: EB, DB and 06. RGB value is (235,219,6). Sum of RGB (Red+Green+Blue) = 235+219+6=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB06 is #1424F9. Grayscale: #C8C8C8. Windows color (decimal): -1320186 or 449515. OLE color: 449515.

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

Color convert

RGB 235 219 6 -
CMYK 0 0.07 0.97 0.08
HSL 55.81º 0.95% 0.47% -
HSV(B) 55.81º 0.97% 0.92% -
XYZ 59.63 68.34 10.22 -
YUV 199.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 235 219 6 0 0.07 0.97 0.08 55.81 0.95 0.47
Hex EB DB 6 0 7 61 8 38 5F 2F
Octal 353 333 6 0 7 141 10 70 137 57
Binary 11101011 11011011 110 0 111 1100001 1000 111000 1011111 101111

Color Harmonies of #EBDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB06

Black with #EBDB06

Text Example


Text Example

White with #EBDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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