Html Css Color HEX #EBE002 Golden Yellow

📋 copy color: '#EBE002'

red 235 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #EBE002

Tints of Golden Yellow #EBE002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50.98%
G = 48.59%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBE002 (or 0xEBE002) is known color: Golden Yellow. HEX triplet: EB, E0 and 02. RGB value is (235,224,2). Sum of RGB (Red+Green+Blue) = 235+224+2=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE002 is #141FFD. Grayscale: #CACACA. Windows color (decimal): -1318910 or 188651. OLE color: 188651.

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

Color convert

RGB 235 224 2 -
CMYK 0 0.05 0.99 0.08
HSL 57.17º 0.98% 0.46% -
HSV(B) 57.17º 0.99% 0.92% -
XYZ 60.93 70.98 10.55 -
YUV 201.98 15.14 151.55 -
System Red Green Blue C M Y K H S L
Decimal 235 224 2 0 0.05 0.99 0.08 57.17 0.98 0.46
Hex EB E0 2 0 5 63 8 39 62 2E
Octal 353 340 2 0 5 143 10 71 142 56
Binary 11101011 11100000 10 0 101 1100011 1000 111001 1100010 101110

Color Harmonies of #EBE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE002

Black with #EBE002

Text Example


Text Example

White with #EBE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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