Html Css Color HEX #EBA830 Lightning Yellow

📋 copy color: '#EBA830'

red 235 ◦ green 168 ◦ blue 48

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

Shades of Lightning Yellow #EBA830

Tints of Lightning Yellow #EBA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 52.11%
G = 37.25%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA830 (or 0xEBA830) is known color: Lightning Yellow. HEX triplet: EB, A8 and 30. RGB value is (235,168,48). Sum of RGB (Red+Green+Blue) = 235+168+48=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA830 is #1457CF. Grayscale: #AEAEAE. Windows color (decimal): -1333200 or 3188971. OLE color: 3188971.

HSL color Cylindrical-coordinate representation of color #EBA830: hue angle of 38.5º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBA830 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 48 -
CMYK 0 0.29 0.80 0.08
HSL 38.5º 0.82% 0.55% -
HSV(B) 38.5º 0.8% 0.92% -
XYZ 48.8 45.88 9.08 -
YUV 174.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 235 168 48 0 0.29 0.80 0.08 38.5 0.82 0.55
Hex EB A8 30 0 1D 50 8 27 52 37
Octal 353 250 60 0 35 120 10 47 122 67
Binary 11101011 10101000 110000 0 11101 1010000 1000 100111 1010010 110111

Color Harmonies of #EBA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA830

Black with #EBA830

Text Example


Text Example

White with #EBA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA830; }

 p { color: rgb(235,168,48); }

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

background-color css

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

 a { background-color: rgb(235,168,48); }

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

border-color css

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

 span { border-color: rgb(235,168,48); }

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