Html Css Color HEX #EBA82F Lightning Yellow

📋 copy color: '#EBA82F'

red 235 ◦ green 168 ◦ blue 47

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

Shades of Lightning Yellow #EBA82F

Tints of Lightning Yellow #EBA82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 52.22%
G = 37.33%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA82F (or 0xEBA82F) is known color: Lightning Yellow. HEX triplet: EB, A8 and 2F. RGB value is (235,168,47). Sum of RGB (Red+Green+Blue) = 235+168+47=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA82F is #1457D0. Grayscale: #AEAEAE. Windows color (decimal): -1333201 or 3123435. OLE color: 3123435.

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

Color convert

RGB 235 168 47 -
CMYK 0 0.29 0.8 0.08
HSL 38.62º 0.82% 0.55% -
HSV(B) 38.62º 0.8% 0.92% -
XYZ 48.78 45.87 8.97 -
YUV 174.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 235 168 47 0 0.29 0.8 0.08 38.62 0.82 0.55
Hex EB A8 2F 0 1D 50 8 27 52 37
Octal 353 250 57 0 35 120 10 47 122 67
Binary 11101011 10101000 101111 0 11101 1010000 1000 100111 1010010 110111

Color Harmonies of #EBA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA82F

Black with #EBA82F

Text Example


Text Example

White with #EBA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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