Html Css Color HEX #EFA82B Lightning Yellow

📋 copy color: '#EFA82B'

red 239 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #EFA82B

Tints of Lightning Yellow #EFA82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 53.11%
G = 37.33%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA82B (or 0xEFA82B) is known color: Lightning Yellow. HEX triplet: EF, A8 and 2B. RGB value is (239,168,43). Sum of RGB (Red+Green+Blue) = 239+168+43=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA82B is #1057D4. Grayscale: #AFAFAF. Windows color (decimal): -1071061 or 2861295. OLE color: 2861295.

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

Color convert

RGB 239 168 43 -
CMYK 0 0.30 0.82 0.06
HSL 38.27º 0.86% 0.55% -
HSV(B) 38.27º 0.82% 0.94% -
XYZ 50.04 46.53 8.63 -
YUV 174.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 239 168 43 0 0.30 0.82 0.06 38.27 0.86 0.55
Hex EF A8 2B 0 1E 52 6 26 56 37
Octal 357 250 53 0 36 122 6 46 126 67
Binary 11101111 10101000 101011 0 11110 1010010 110 100110 1010110 110111

Color Harmonies of #EFA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA82B

Black with #EFA82B

Text Example


Text Example

White with #EFA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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