Html Css Color HEX #EFA53E Yellow Sea

📋 copy color: '#EFA53E'

red 239 ◦ green 165 ◦ blue 62

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

Shades of Yellow Sea #EFA53E

Tints of Yellow Sea #EFA53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 51.29%
G = 35.41%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFA53E (or 0xEFA53E) is known color: Yellow Sea. HEX triplet: EF, A5 and 3E. RGB value is (239,165,62). Sum of RGB (Red+Green+Blue) = 239+165+62=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA53E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA53E is #105AC1. Grayscale: #AFAFAF. Windows color (decimal): -1071810 or 4105711. OLE color: 4105711.

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

Color convert

RGB 239 165 62 -
CMYK 0 0.31 0.74 0.06
HSL 34.92º 0.85% 0.59% -
HSV(B) 34.92º 0.74% 0.94% -
XYZ 49.92 45.61 10.73 -
YUV 175.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 239 165 62 0 0.31 0.74 0.06 34.92 0.85 0.59
Hex EF A5 3E 0 1F 4A 6 23 55 3B
Octal 357 245 76 0 37 112 6 43 125 73
Binary 11101111 10100101 111110 0 11111 1001010 110 100011 1010101 111011

Color Harmonies of #EFA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA53E

Black with #EFA53E

Text Example


Text Example

White with #EFA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA53E; }

 p { color: rgb(239,165,62); }

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

background-color css

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

 a { background-color: rgb(239,165,62); }

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

border-color css

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

 span { border-color: rgb(239,165,62); }

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