Html Css Color HEX #EDDC59 Portica

📋 copy color: '#EDDC59'

red 237 ◦ green 220 ◦ blue 89

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

Shades of Portica #EDDC59

Tints of Portica #EDDC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.29%

 BLUE value IS 89 (35.16% from 255) = 16.3%

R = 43.41%
G = 40.29%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDDC59 (or 0xEDDC59) is known color: Portica. HEX triplet: ED, DC and 59. RGB value is (237,220,89). Sum of RGB (Red+Green+Blue) = 237+220+89=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC59 is #1223A6. Grayscale: #D2D2D2. Windows color (decimal): -1188775 or 5889261. OLE color: 5889261.

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

Color convert

RGB 237 220 89 -
CMYK 0 0.07 0.62 0.07
HSL 53.11º 0.8% 0.64% -
HSV(B) 53.11º 0.62% 0.93% -
XYZ 62.32 69.91 19.66 -
YUV 210.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 237 220 89 0 0.07 0.62 0.07 53.11 0.8 0.64
Hex ED DC 59 0 7 3E 7 35 50 40
Octal 355 334 131 0 7 76 7 65 120 100
Binary 11101101 11011100 1011001 0 111 111110 111 110101 1010000 1000000

Color Harmonies of #EDDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC59

Black with #EDDC59

Text Example


Text Example

White with #EDDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC59; }

 p { color: rgb(237,220,89); }

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

background-color css

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

 a { background-color: rgb(237,220,89); }

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

border-color css

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

 span { border-color: rgb(237,220,89); }

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