Html Css Color HEX #EDA43D Yellow Sea

📋 copy color: '#EDA43D'

red 237 ◦ green 164 ◦ blue 61

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

Shades of Yellow Sea #EDA43D

Tints of Yellow Sea #EDA43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.5%

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

R = 51.3%
G = 35.5%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDA43D (or 0xEDA43D) is known color: Yellow Sea. HEX triplet: ED, A4 and 3D. RGB value is (237,164,61). Sum of RGB (Red+Green+Blue) = 237+164+61=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43D is #125BC2. Grayscale: #AEAEAE. Windows color (decimal): -1203139 or 4039917. OLE color: 4039917.

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

Color convert

RGB 237 164 61 -
CMYK 0 0.31 0.74 0.07
HSL 35.11º 0.83% 0.58% -
HSV(B) 35.11º 0.74% 0.93% -
XYZ 49.04 44.89 10.5 -
YUV 174.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 237 164 61 0 0.31 0.74 0.07 35.11 0.83 0.58
Hex ED A4 3D 0 1F 4A 7 23 53 3A
Octal 355 244 75 0 37 112 7 43 123 72
Binary 11101101 10100100 111101 0 11111 1001010 111 100011 1010011 111010

Color Harmonies of #EDA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA43D

Black with #EDA43D

Text Example


Text Example

White with #EDA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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