Html Css Color HEX #EBE005 Golden Yellow

📋 copy color: '#EBE005'

red 235 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #EBE005

Tints of Golden Yellow #EBE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 50.65%
G = 48.28%
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

#EBE005 (or 0xEBE005) is known color: Golden Yellow. HEX triplet: EB, E0 and 05. RGB value is (235,224,5). Sum of RGB (Red+Green+Blue) = 235+224+5=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE005 is #141FFA. Grayscale: #CBCBCB. Windows color (decimal): -1318907 or 385259. OLE color: 385259.

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

Color convert

RGB 235 224 5 -
CMYK 0 0.05 0.98 0.08
HSL 57.13º 0.96% 0.47% -
HSV(B) 57.13º 0.98% 0.92% -
XYZ 60.94 70.98 10.63 -
YUV 202.32 16.64 151.31 -
System Red Green Blue C M Y K H S L
Decimal 235 224 5 0 0.05 0.98 0.08 57.13 0.96 0.47
Hex EB E0 5 0 5 62 8 39 60 2F
Octal 353 340 5 0 5 142 10 71 140 57
Binary 11101011 11100000 101 0 101 1100010 1000 111001 1100000 101111

Color Harmonies of #EBE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE005

Black with #EBE005

Text Example


Text Example

White with #EBE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE005; }

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

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

background-color css

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

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

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

border-color css

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

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

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