Html Css Color HEX #EFA423 Lightning Yellow

📋 copy color: '#EFA423'

red 239 ◦ green 164 ◦ blue 35

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

Shades of Lightning Yellow #EFA423

Tints of Lightning Yellow #EFA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

 BLUE value IS 35 (14.06% from 255) = 7.99%

R = 54.57%
G = 37.44%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA423 (or 0xEFA423) is known color: Lightning Yellow. HEX triplet: EF, A4 and 23. RGB value is (239,164,35). Sum of RGB (Red+Green+Blue) = 239+164+35=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA423 is #105BDC. Grayscale: #ACACAC. Windows color (decimal): -1072093 or 2335983. OLE color: 2335983.

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

Color convert

RGB 239 164 35 -
CMYK 0 0.31 0.85 0.06
HSL 37.94º 0.86% 0.54% -
HSV(B) 37.94º 0.85% 0.94% -
XYZ 49.18 45.02 7.69 -
YUV 171.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 239 164 35 0 0.31 0.85 0.06 37.94 0.86 0.54
Hex EF A4 23 0 1F 55 6 26 56 36
Octal 357 244 43 0 37 125 6 46 126 66
Binary 11101111 10100100 100011 0 11111 1010101 110 100110 1010110 110110

Color Harmonies of #EFA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA423

Black with #EFA423

Text Example


Text Example

White with #EFA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA423; }

 p { color: rgb(239,164,35); }

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

background-color css

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

 a { background-color: rgb(239,164,35); }

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

border-color css

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

 span { border-color: rgb(239,164,35); }

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