Html Css Color HEX #EBE007 Golden Yellow

📋 copy color: '#EBE007'

red 235 ◦ green 224 ◦ blue 7

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

Shades of Golden Yellow #EBE007

Tints of Golden Yellow #EBE007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 50.43%
G = 48.07%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBE007 (or 0xEBE007) is known color: Golden Yellow. HEX triplet: EB, E0 and 07. RGB value is (235,224,7). Sum of RGB (Red+Green+Blue) = 235+224+7=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE007 is #141FF8. Grayscale: #CBCBCB. Windows color (decimal): -1318905 or 516331. OLE color: 516331.

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

Color convert

RGB 235 224 7 -
CMYK 0 0.05 0.97 0.08
HSL 57.11º 0.94% 0.47% -
HSV(B) 57.11º 0.97% 0.92% -
XYZ 60.95 70.99 10.69 -
YUV 202.55 17.64 151.14 -
System Red Green Blue C M Y K H S L
Decimal 235 224 7 0 0.05 0.97 0.08 57.11 0.94 0.47
Hex EB E0 7 0 5 61 8 39 5E 2F
Octal 353 340 7 0 5 141 10 71 136 57
Binary 11101011 11100000 111 0 101 1100001 1000 111001 1011110 101111

Color Harmonies of #EBE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE007

Black with #EBE007

Text Example


Text Example

White with #EBE007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE007; }

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

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

background-color css

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

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

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

border-color css

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

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

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