Html Css Color HEX #EBE700 Golden Yellow

📋 copy color: '#EBE700'

red 235 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #EBE700

Tints of Golden Yellow #EBE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.43%
G = 49.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBE700 (or 0xEBE700) is known color: Golden Yellow. HEX triplet: EB, E7 and 00. RGB value is (235,231,0). Sum of RGB (Red+Green+Blue) = 235+231+0=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE700 is #1418FF. Grayscale: #CECECE. Windows color (decimal): -1317120 or 59371. OLE color: 59371.

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

Color convert

RGB 235 231 0 -
CMYK 0 0.02 1 0.08
HSL 58.98º 1% 0.46% -
HSV(B) 58.98º 1% 0.92% -
XYZ 62.84 74.81 11.13 -
YUV 205.86 11.83 148.78 -
System Red Green Blue C M Y K H S L
Decimal 235 231 0 0 0.02 1 0.08 58.98 1 0.46
Hex EB E7 0 0 2 64 8 3B 64 2E
Octal 353 347 0 0 2 144 10 73 144 56
Binary 11101011 11100111 0 0 10 1100100 1000 111011 1100100 101110

Color Harmonies of #EBE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE700

Black with #EBE700

Text Example


Text Example

White with #EBE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE700; }

 p { color: rgb(235,231,0); }

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

background-color css

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

 a { background-color: rgb(235,231,0); }

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

border-color css

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

 span { border-color: rgb(235,231,0); }

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