Html Css Color HEX #EDA13D Yellow Sea

📋 copy color: '#EDA13D'

red 237 ◦ green 161 ◦ blue 61

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

Shades of Yellow Sea #EDA13D

Tints of Yellow Sea #EDA13D

RGB

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

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

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

R = 51.63%
G = 35.08%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDA13D (or 0xEDA13D) is known color: Yellow Sea. HEX triplet: ED, A1 and 3D. RGB value is (237,161,61). Sum of RGB (Red+Green+Blue) = 237+161+61=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA13D is #125EC2. Grayscale: #ACACAC. Windows color (decimal): -1203907 or 4039149. OLE color: 4039149.

HSL color Cylindrical-coordinate representation of color #EDA13D: hue angle of 34.09º 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 #EDA13D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 61 -
CMYK 0 0.32 0.74 0.07
HSL 34.09º 0.83% 0.58% -
HSV(B) 34.09º 0.74% 0.93% -
XYZ 48.51 43.83 10.32 -
YUV 172.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 237 161 61 0 0.32 0.74 0.07 34.09 0.83 0.58
Hex ED A1 3D 0 20 4A 7 22 53 3A
Octal 355 241 75 0 40 112 7 42 123 72
Binary 11101101 10100001 111101 0 100000 1001010 111 100010 1010011 111010

Color Harmonies of #EDA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA13D

Black with #EDA13D

Text Example


Text Example

White with #EDA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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