Html Css Color HEX #EFA22F Yellow Sea

📋 copy color: '#EFA22F'

red 239 ◦ green 162 ◦ blue 47

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

Shades of Yellow Sea #EFA22F

Tints of Yellow Sea #EFA22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.49%

R = 53.35%
G = 36.16%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFA22F (or 0xEFA22F) is known color: Yellow Sea. HEX triplet: EF, A2 and 2F. RGB value is (239,162,47). Sum of RGB (Red+Green+Blue) = 239+162+47=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA22F is #105DD0. Grayscale: #ACACAC. Windows color (decimal): -1072593 or 3121903. OLE color: 3121903.

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

Color convert

RGB 239 162 47 -
CMYK 0 0.32 0.80 0.06
HSL 35.94º 0.86% 0.56% -
HSV(B) 35.94º 0.8% 0.94% -
XYZ 49.03 44.4 8.67 -
YUV 171.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 239 162 47 0 0.32 0.80 0.06 35.94 0.86 0.56
Hex EF A2 2F 0 20 50 6 24 56 38
Octal 357 242 57 0 40 120 6 44 126 70
Binary 11101111 10100010 101111 0 100000 1010000 110 100100 1010110 111000

Color Harmonies of #EFA22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA22F

Black with #EFA22F

Text Example


Text Example

White with #EFA22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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