Html Css Color HEX #EF952E Yellow Sea

📋 copy color: '#EF952E'

red 239 ◦ green 149 ◦ blue 46

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

Shades of Yellow Sea #EF952E

Tints of Yellow Sea #EF952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 55.07%
G = 34.33%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF952E (or 0xEF952E) is known color: Yellow Sea. HEX triplet: EF, 95 and 2E. RGB value is (239,149,46). Sum of RGB (Red+Green+Blue) = 239+149+46=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952E is #106AD1. Grayscale: #A4A4A4. Windows color (decimal): -1075922 or 3053039. OLE color: 3053039.

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

Color convert

RGB 239 149 46 -
CMYK 0 0.38 0.81 0.06
HSL 32.02º 0.86% 0.56% -
HSV(B) 32.02º 0.81% 0.94% -
XYZ 46.84 40.04 7.85 -
YUV 164.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 239 149 46 0 0.38 0.81 0.06 32.02 0.86 0.56
Hex EF 95 2E 0 26 51 6 20 56 38
Octal 357 225 56 0 46 121 6 40 126 70
Binary 11101111 10010101 101110 0 100110 1010001 110 100000 1010110 111000

Color Harmonies of #EF952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF952E

Black with #EF952E

Text Example


Text Example

White with #EF952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF952E; }

 p { color: rgb(239,149,46); }

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

background-color css

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

 a { background-color: rgb(239,149,46); }

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

border-color css

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

 span { border-color: rgb(239,149,46); }

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