Html Css Color HEX #EDA12F Yellow Sea

📋 copy color: '#EDA12F'

red 237 ◦ green 161 ◦ blue 47

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

Shades of Yellow Sea #EDA12F

Tints of Yellow Sea #EDA12F

RGB

 RED value IS 237 (92.97% from 255) = 53.26%

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 53.26%
G = 36.18%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA12F (or 0xEDA12F) is known color: Yellow Sea. HEX triplet: ED, A1 and 2F. RGB value is (237,161,47). Sum of RGB (Red+Green+Blue) = 237+161+47=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA12F is #125ED0. Grayscale: #ABABAB. Windows color (decimal): -1203921 or 3121645. OLE color: 3121645.

HSL color Cylindrical-coordinate representation of color #EDA12F: hue angle of 36º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDA12F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 47 -
CMYK 0 0.32 0.80 0.07
HSL 36º 0.84% 0.56% -
HSV(B) 36º 0.8% 0.93% -
XYZ 48.18 43.7 8.58 -
YUV 170.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 237 161 47 0 0.32 0.80 0.07 36 0.84 0.56
Hex ED A1 2F 0 20 50 7 24 54 38
Octal 355 241 57 0 40 120 7 44 124 70
Binary 11101101 10100001 101111 0 100000 1010000 111 100100 1010100 111000

Color Harmonies of #EDA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA12F

Black with #EDA12F

Text Example


Text Example

White with #EDA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA12F; }

 p { color: rgb(237,161,47); }

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

background-color css

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

 a { background-color: rgb(237,161,47); }

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

border-color css

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

 span { border-color: rgb(237,161,47); }

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