Html Css Color HEX #EDD55D Portica

📋 copy color: '#EDD55D'

red 237 ◦ green 213 ◦ blue 93

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

Shades of Portica #EDD55D

Tints of Portica #EDD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.23%

 BLUE value IS 93 (36.72% from 255) = 17.13%

R = 43.65%
G = 39.23%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD55D (or 0xEDD55D) is known color: Portica. HEX triplet: ED, D5 and 5D. RGB value is (237,213,93). Sum of RGB (Red+Green+Blue) = 237+213+93=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD55D is #122AA2. Grayscale: #CECECE. Windows color (decimal): -1190563 or 6149613. OLE color: 6149613.

HSL color Cylindrical-coordinate representation of color #EDD55D: hue angle of 50º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDD55D is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 93 -
CMYK 0 0.10 0.61 0.07
HSL 50º 0.8% 0.65% -
HSV(B) 50º 0.61% 0.93% -
XYZ 60.7 66.38 19.97 -
YUV 206.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 237 213 93 0 0.10 0.61 0.07 50 0.8 0.65
Hex ED D5 5D 0 A 3D 7 32 50 41
Octal 355 325 135 0 12 75 7 62 120 101
Binary 11101101 11010101 1011101 0 1010 111101 111 110010 1010000 1000001

Color Harmonies of #EDD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD55D

Black with #EDD55D

Text Example


Text Example

White with #EDD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD55D; }

 p { color: rgb(237,213,93); }

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

background-color css

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

 a { background-color: rgb(237,213,93); }

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

border-color css

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

 span { border-color: rgb(237,213,93); }

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