Html Css Color HEX #ED9E3D Yellow Sea

📋 copy color: '#ED9E3D'

red 237 ◦ green 158 ◦ blue 61

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

Shades of Yellow Sea #ED9E3D

Tints of Yellow Sea #ED9E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 51.97%
G = 34.65%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED9E3D (or 0xED9E3D) is known color: Yellow Sea. HEX triplet: ED, 9E and 3D. RGB value is (237,158,61). Sum of RGB (Red+Green+Blue) = 237+158+61=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E3D is #1261C2. Grayscale: #ABABAB. Windows color (decimal): -1204675 or 4038381. OLE color: 4038381.

HSL color Cylindrical-coordinate representation of color #ED9E3D: hue angle of 33.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED9E3D is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 61 -
CMYK 0 0.33 0.74 0.07
HSL 33.07º 0.83% 0.58% -
HSV(B) 33.07º 0.74% 0.93% -
XYZ 47.99 42.8 10.15 -
YUV 170.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 237 158 61 0 0.33 0.74 0.07 33.07 0.83 0.58
Hex ED 9E 3D 0 21 4A 7 21 53 3A
Octal 355 236 75 0 41 112 7 41 123 72
Binary 11101101 10011110 111101 0 100001 1001010 111 100001 1010011 111010

Color Harmonies of #ED9E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E3D

Black with #ED9E3D

Text Example


Text Example

White with #ED9E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E3D; }

 p { color: rgb(237,158,61); }

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

background-color css

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

 a { background-color: rgb(237,158,61); }

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

border-color css

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

 span { border-color: rgb(237,158,61); }

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