Html Css Color HEX #EFA03D Yellow Sea

📋 copy color: '#EFA03D'

red 239 ◦ green 160 ◦ blue 61

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

Shades of Yellow Sea #EFA03D

Tints of Yellow Sea #EFA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 51.96%
G = 34.78%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFA03D (or 0xEFA03D) is known color: Yellow Sea. HEX triplet: EF, A0 and 3D. RGB value is (239,160,61). Sum of RGB (Red+Green+Blue) = 239+160+61=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA03D is #105FC2. Grayscale: #ACACAC. Windows color (decimal): -1073091 or 4038895. OLE color: 4038895.

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

Color convert

RGB 239 160 61 -
CMYK 0 0.33 0.74 0.06
HSL 33.37º 0.85% 0.59% -
HSV(B) 33.37º 0.74% 0.94% -
XYZ 49.01 43.83 10.29 -
YUV 172.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 239 160 61 0 0.33 0.74 0.06 33.37 0.85 0.59
Hex EF A0 3D 0 21 4A 6 21 55 3B
Octal 357 240 75 0 41 112 6 41 125 73
Binary 11101111 10100000 111101 0 100001 1001010 110 100001 1010101 111011

Color Harmonies of #EFA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA03D

Black with #EFA03D

Text Example


Text Example

White with #EFA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA03D; }

 p { color: rgb(239,160,61); }

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

background-color css

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

 a { background-color: rgb(239,160,61); }

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

border-color css

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

 span { border-color: rgb(239,160,61); }

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