Html Css Color HEX #EBDF05 Golden Yellow

📋 copy color: '#EBDF05'

red 235 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #EBDF05

Tints of Golden Yellow #EBDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 50.76%
G = 48.16%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBDF05 (or 0xEBDF05) is known color: Golden Yellow. HEX triplet: EB, DF and 05. RGB value is (235,223,5). Sum of RGB (Red+Green+Blue) = 235+223+5=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF05 is #1420FA. Grayscale: #CACACA. Windows color (decimal): -1319163 or 385003. OLE color: 385003.

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

Color convert

RGB 235 223 5 -
CMYK 0 0.05 0.98 0.08
HSL 56.87º 0.96% 0.47% -
HSV(B) 56.87º 0.98% 0.92% -
XYZ 60.68 70.45 10.54 -
YUV 201.74 16.98 151.73 -
System Red Green Blue C M Y K H S L
Decimal 235 223 5 0 0.05 0.98 0.08 56.87 0.96 0.47
Hex EB DF 5 0 5 62 8 39 60 2F
Octal 353 337 5 0 5 142 10 71 140 57
Binary 11101011 11011111 101 0 101 1100010 1000 111001 1100000 101111

Color Harmonies of #EBDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF05

Black with #EBDF05

Text Example


Text Example

White with #EBDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF05; }

 p { color: rgb(235,223,5); }

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

background-color css

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

 a { background-color: rgb(235,223,5); }

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

border-color css

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

 span { border-color: rgb(235,223,5); }

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