Html Css Color HEX #EF9B30 Yellow Sea

📋 copy color: '#EF9B30'

red 239 ◦ green 155 ◦ blue 48

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

Shades of Yellow Sea #EF9B30

Tints of Yellow Sea #EF9B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

 BLUE value IS 48 (19.14% from 255) = 10.86%

R = 54.07%
G = 35.07%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF9B30 (or 0xEF9B30) is known color: Yellow Sea. HEX triplet: EF, 9B and 30. RGB value is (239,155,48). Sum of RGB (Red+Green+Blue) = 239+155+48=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9B30 is #1064CF. Grayscale: #A8A8A8. Windows color (decimal): -1074384 or 3185647. OLE color: 3185647.

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

Color convert

RGB 239 155 48 -
CMYK 0 0.35 0.80 0.06
HSL 33.61º 0.86% 0.56% -
HSV(B) 33.61º 0.8% 0.94% -
XYZ 47.85 42.01 8.38 -
YUV 167.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 239 155 48 0 0.35 0.80 0.06 33.61 0.86 0.56
Hex EF 9B 30 0 23 50 6 22 56 38
Octal 357 233 60 0 43 120 6 42 126 70
Binary 11101111 10011011 110000 0 100011 1010000 110 100010 1010110 111000

Color Harmonies of #EF9B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B30

Black with #EF9B30

Text Example


Text Example

White with #EF9B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B30; }

 p { color: rgb(239,155,48); }

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

background-color css

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

 a { background-color: rgb(239,155,48); }

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

border-color css

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

 span { border-color: rgb(239,155,48); }

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