Html Css Color HEX #EBA82E Lightning Yellow

📋 copy color: '#EBA82E'

red 235 ◦ green 168 ◦ blue 46

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

Shades of Lightning Yellow #EBA82E

Tints of Lightning Yellow #EBA82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 52.34%
G = 37.42%
B = 10.24%

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

#EBA82E (or 0xEBA82E) is known color: Lightning Yellow. HEX triplet: EB, A8 and 2E. RGB value is (235,168,46). Sum of RGB (Red+Green+Blue) = 235+168+46=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA82E is #1457D1. Grayscale: #AEAEAE. Windows color (decimal): -1333202 or 3057899. OLE color: 3057899.

HSL color Cylindrical-coordinate representation of color #EBA82E: hue angle of 38.73º degrees, saturation: 0.83, 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 #EBA82E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 46 -
CMYK 0 0.29 0.80 0.08
HSL 38.73º 0.83% 0.55% -
HSV(B) 38.73º 0.8% 0.92% -
XYZ 48.76 45.86 8.87 -
YUV 174.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 235 168 46 0 0.29 0.80 0.08 38.73 0.83 0.55
Hex EB A8 2E 0 1D 50 8 27 53 37
Octal 353 250 56 0 35 120 10 47 123 67
Binary 11101011 10101000 101110 0 11101 1010000 1000 100111 1010011 110111

Color Harmonies of #EBA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA82E

Black with #EBA82E

Text Example


Text Example

White with #EBA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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