Html Css Color HEX #EBA92E Lightning Yellow

📋 copy color: '#EBA92E'

red 235 ◦ green 169 ◦ blue 46

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

Shades of Lightning Yellow #EBA92E

Tints of Lightning Yellow #EBA92E

RGB

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

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

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

R = 52.22%
G = 37.56%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA92E (or 0xEBA92E) is known color: Lightning Yellow. HEX triplet: EB, A9 and 2E. RGB value is (235,169,46). Sum of RGB (Red+Green+Blue) = 235+169+46=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA92E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA92E is #1456D1. Grayscale: #AFAFAF. Windows color (decimal): -1332946 or 3058155. OLE color: 3058155.

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

Color convert

RGB 235 169 46 -
CMYK 0 0.28 0.80 0.08
HSL 39.05º 0.83% 0.55% -
HSV(B) 39.05º 0.8% 0.92% -
XYZ 48.94 46.24 8.93 -
YUV 174.71 55.37 171 -
System Red Green Blue C M Y K H S L
Decimal 235 169 46 0 0.28 0.80 0.08 39.05 0.83 0.55
Hex EB A9 2E 0 1C 50 8 27 53 37
Octal 353 251 56 0 34 120 10 47 123 67
Binary 11101011 10101001 101110 0 11100 1010000 1000 100111 1010011 110111

Color Harmonies of #EBA92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA92E

Black with #EBA92E

Text Example


Text Example

White with #EBA92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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