Html Css Color HEX #EFA22B Lightning Yellow

📋 copy color: '#EFA22B'

red 239 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #EFA22B

Tints of Lightning Yellow #EFA22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

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

R = 53.83%
G = 36.49%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA22B (or 0xEFA22B) is known color: Lightning Yellow. HEX triplet: EF, A2 and 2B. RGB value is (239,162,43). Sum of RGB (Red+Green+Blue) = 239+162+43=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA22B is #105DD4. Grayscale: #ACACAC. Windows color (decimal): -1072597 or 2859759. OLE color: 2859759.

HSL color Cylindrical-coordinate representation of color #EFA22B: hue angle of 36.43º 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 #EFA22B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 43 -
CMYK 0 0.32 0.82 0.06
HSL 36.43º 0.86% 0.55% -
HSV(B) 36.43º 0.82% 0.94% -
XYZ 48.95 44.37 8.27 -
YUV 171.46 55.51 176.18 -
System Red Green Blue C M Y K H S L
Decimal 239 162 43 0 0.32 0.82 0.06 36.43 0.86 0.55
Hex EF A2 2B 0 20 52 6 24 56 37
Octal 357 242 53 0 40 122 6 44 126 67
Binary 11101111 10100010 101011 0 100000 1010010 110 100100 1010110 110111

Color Harmonies of #EFA22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA22B

Black with #EFA22B

Text Example


Text Example

White with #EFA22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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