Html Css Color HEX #EDA33D Yellow Sea

📋 copy color: '#EDA33D'

red 237 ◦ green 163 ◦ blue 61

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

Shades of Yellow Sea #EDA33D

Tints of Yellow Sea #EDA33D

RGB

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

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

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

R = 51.41%
G = 35.36%
B = 13.23%

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

#EDA33D (or 0xEDA33D) is known color: Yellow Sea. HEX triplet: ED, A3 and 3D. RGB value is (237,163,61). Sum of RGB (Red+Green+Blue) = 237+163+61=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA33D is #125CC2. Grayscale: #ADADAD. Windows color (decimal): -1203395 or 4039661. OLE color: 4039661.

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

Color convert

RGB 237 163 61 -
CMYK 0 0.31 0.74 0.07
HSL 34.77º 0.83% 0.58% -
HSV(B) 34.77º 0.74% 0.93% -
XYZ 48.86 44.54 10.44 -
YUV 173.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 237 163 61 0 0.31 0.74 0.07 34.77 0.83 0.58
Hex ED A3 3D 0 1F 4A 7 23 53 3A
Octal 355 243 75 0 37 112 7 43 123 72
Binary 11101101 10100011 111101 0 11111 1001010 111 100011 1010011 111010

Color Harmonies of #EDA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA33D

Black with #EDA33D

Text Example


Text Example

White with #EDA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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