Html Css Color HEX #EFA427 Lightning Yellow

📋 copy color: '#EFA427'

red 239 ◦ green 164 ◦ blue 39

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

Shades of Lightning Yellow #EFA427

Tints of Lightning Yellow #EFA427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 54.07%
G = 37.1%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFA427 (or 0xEFA427) is known color: Lightning Yellow. HEX triplet: EF, A4 and 27. RGB value is (239,164,39). Sum of RGB (Red+Green+Blue) = 239+164+39=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA427 is #105BD8. Grayscale: #ACACAC. Windows color (decimal): -1072089 or 2598127. OLE color: 2598127.

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

Color convert

RGB 239 164 39 -
CMYK 0 0.31 0.84 0.06
HSL 37.5º 0.86% 0.55% -
HSV(B) 37.5º 0.84% 0.94% -
XYZ 49.24 45.05 8.02 -
YUV 172.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 239 164 39 0 0.31 0.84 0.06 37.5 0.86 0.55
Hex EF A4 27 0 1F 54 6 26 56 37
Octal 357 244 47 0 37 124 6 46 126 67
Binary 11101111 10100100 100111 0 11111 1010100 110 100110 1010110 110111

Color Harmonies of #EFA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA427

Black with #EFA427

Text Example


Text Example

White with #EFA427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA427; }

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

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

background-color css

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

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

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

border-color css

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

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

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