Html Css Color HEX #EBA92F Lightning Yellow

📋 copy color: '#EBA92F'

red 235 ◦ green 169 ◦ blue 47

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

Shades of Lightning Yellow #EBA92F

Tints of Lightning Yellow #EBA92F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.47%

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

R = 52.11%
G = 37.47%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA92F (or 0xEBA92F) is known color: Lightning Yellow. HEX triplet: EB, A9 and 2F. RGB value is (235,169,47). Sum of RGB (Red+Green+Blue) = 235+169+47=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA92F is #1456D0. Grayscale: #AFAFAF. Windows color (decimal): -1332945 or 3123691. OLE color: 3123691.

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

Color convert

RGB 235 169 47 -
CMYK 0 0.28 0.8 0.08
HSL 38.94º 0.82% 0.55% -
HSV(B) 38.94º 0.8% 0.92% -
XYZ 48.96 46.24 9.03 -
YUV 174.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 235 169 47 0 0.28 0.8 0.08 38.94 0.82 0.55
Hex EB A9 2F 0 1C 50 8 27 52 37
Octal 353 251 57 0 34 120 10 47 122 67
Binary 11101011 10101001 101111 0 11100 1010000 1000 100111 1010010 110111

Color Harmonies of #EBA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA92F

Black with #EBA92F

Text Example


Text Example

White with #EBA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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