Html Css Color HEX #EFA82E Lightning Yellow

📋 copy color: '#EFA82E'

red 239 ◦ green 168 ◦ blue 46

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

Shades of Lightning Yellow #EFA82E

Tints of Lightning Yellow #EFA82E

RGB

 RED value IS 239 (93.75% from 255) = 52.76%

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

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

R = 52.76%
G = 37.09%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA82E (or 0xEFA82E) is known color: Lightning Yellow. HEX triplet: EF, A8 and 2E. RGB value is (239,168,46). Sum of RGB (Red+Green+Blue) = 239+168+46=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA82E is #1057D1. Grayscale: #AFAFAF. Windows color (decimal): -1071058 or 3057903. OLE color: 3057903.

HSL color Cylindrical-coordinate representation of color #EFA82E: hue angle of 37.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA82E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 46 -
CMYK 0 0.30 0.81 0.06
HSL 37.93º 0.86% 0.56% -
HSV(B) 37.93º 0.81% 0.94% -
XYZ 50.09 46.55 8.93 -
YUV 175.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 239 168 46 0 0.30 0.81 0.06 37.93 0.86 0.56
Hex EF A8 2E 0 1E 51 6 26 56 38
Octal 357 250 56 0 36 121 6 46 126 70
Binary 11101111 10101000 101110 0 11110 1010001 110 100110 1010110 111000

Color Harmonies of #EFA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA82E

Black with #EFA82E

Text Example


Text Example

White with #EFA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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