Html Css Color HEX #EFA02B Yellow Sea

📋 copy color: '#EFA02B'

red 239 ◦ green 160 ◦ blue 43

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

Shades of Yellow Sea #EFA02B

Tints of Yellow Sea #EFA02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.73%

R = 54.07%
G = 36.2%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA02B (or 0xEFA02B) is known color: Yellow Sea. HEX triplet: EF, A0 and 2B. RGB value is (239,160,43). Sum of RGB (Red+Green+Blue) = 239+160+43=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02B is #105FD4. Grayscale: #AAAAAA. Windows color (decimal): -1073109 or 2859247. OLE color: 2859247.

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

Color convert

RGB 239 160 43 -
CMYK 0 0.33 0.82 0.06
HSL 35.82º 0.86% 0.55% -
HSV(B) 35.82º 0.82% 0.94% -
XYZ 48.6 43.67 8.15 -
YUV 170.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 239 160 43 0 0.33 0.82 0.06 35.82 0.86 0.55
Hex EF A0 2B 0 21 52 6 24 56 37
Octal 357 240 53 0 41 122 6 44 126 67
Binary 11101111 10100000 101011 0 100001 1010010 110 100100 1010110 110111

Color Harmonies of #EFA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA02B

Black with #EFA02B

Text Example


Text Example

White with #EFA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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