Html Css Color HEX #EBA82D Lightning Yellow

📋 copy color: '#EBA82D'

red 235 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #EBA82D

Tints of Lightning Yellow #EBA82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 52.46%
G = 37.5%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA82D (or 0xEBA82D) is known color: Lightning Yellow. HEX triplet: EB, A8 and 2D. RGB value is (235,168,45). Sum of RGB (Red+Green+Blue) = 235+168+45=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA82D is #1457D2. Grayscale: #AEAEAE. Windows color (decimal): -1333203 or 2992363. OLE color: 2992363.

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

Color convert

RGB 235 168 45 -
CMYK 0 0.29 0.81 0.08
HSL 38.84º 0.83% 0.55% -
HSV(B) 38.84º 0.81% 0.92% -
XYZ 48.74 45.86 8.77 -
YUV 174.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 235 168 45 0 0.29 0.81 0.08 38.84 0.83 0.55
Hex EB A8 2D 0 1D 51 8 27 53 37
Octal 353 250 55 0 35 121 10 47 123 67
Binary 11101011 10101000 101101 0 11101 1010001 1000 100111 1010011 110111

Color Harmonies of #EBA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA82D

Black with #EBA82D

Text Example


Text Example

White with #EBA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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