Html Css Color HEX #EDA342 Yellow Sea

📋 copy color: '#EDA342'

red 237 ◦ green 163 ◦ blue 66

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

Shades of Yellow Sea #EDA342

Tints of Yellow Sea #EDA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

 BLUE value IS 66 (26.17% from 255) = 14.16%

R = 50.86%
G = 34.98%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDA342 (or 0xEDA342) is known color: Yellow Sea. HEX triplet: ED, A3 and 42. RGB value is (237,163,66). Sum of RGB (Red+Green+Blue) = 237+163+66=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA342 is #125CBD. Grayscale: #AEAEAE. Windows color (decimal): -1203390 or 4367341. OLE color: 4367341.

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

Color convert

RGB 237 163 66 -
CMYK 0 0.31 0.72 0.07
HSL 34.04º 0.83% 0.59% -
HSV(B) 34.04º 0.72% 0.93% -
XYZ 49.01 44.59 11.18 -
YUV 174.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 237 163 66 0 0.31 0.72 0.07 34.04 0.83 0.59
Hex ED A3 42 0 1F 48 7 22 53 3B
Octal 355 243 102 0 37 110 7 42 123 73
Binary 11101101 10100011 1000010 0 11111 1001000 111 100010 1010011 111011

Color Harmonies of #EDA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA342

Black with #EDA342

Text Example


Text Example

White with #EDA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA342; }

 p { color: rgb(237,163,66); }

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

background-color css

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

 a { background-color: rgb(237,163,66); }

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

border-color css

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

 span { border-color: rgb(237,163,66); }

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