Html Css Color HEX #EDA343 Yellow Sea

📋 copy color: '#EDA343'

red 237 ◦ green 163 ◦ blue 67

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

Shades of Yellow Sea #EDA343

Tints of Yellow Sea #EDA343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.35%

R = 50.75%
G = 34.9%
B = 14.35%

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

#EDA343 (or 0xEDA343) is known color: Yellow Sea. HEX triplet: ED, A3 and 43. RGB value is (237,163,67). Sum of RGB (Red+Green+Blue) = 237+163+67=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA343 is #125CBC. Grayscale: #AEAEAE. Windows color (decimal): -1203389 or 4432877. OLE color: 4432877.

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

Color convert

RGB 237 163 67 -
CMYK 0 0.31 0.72 0.07
HSL 33.88º 0.83% 0.6% -
HSV(B) 33.88º 0.72% 0.93% -
XYZ 49.04 44.6 11.34 -
YUV 174.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 237 163 67 0 0.31 0.72 0.07 33.88 0.83 0.6
Hex ED A3 43 0 1F 48 7 22 53 3C
Octal 355 243 103 0 37 110 7 42 123 74
Binary 11101101 10100011 1000011 0 11111 1001000 111 100010 1010011 111100

Color Harmonies of #EDA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA343

Black with #EDA343

Text Example


Text Example

White with #EDA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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