Html Css Color HEX #EDDC54 Portica

📋 copy color: '#EDDC54'

red 237 ◦ green 220 ◦ blue 84

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

Shades of Portica #EDDC54

Tints of Portica #EDDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.53%

R = 43.81%
G = 40.67%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDDC54 (or 0xEDDC54) is known color: Portica. HEX triplet: ED, DC and 54. RGB value is (237,220,84). Sum of RGB (Red+Green+Blue) = 237+220+84=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC54 is #1223AB. Grayscale: #D2D2D2. Windows color (decimal): -1188780 or 5561581. OLE color: 5561581.

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

Color convert

RGB 237 220 84 -
CMYK 0 0.07 0.65 0.07
HSL 53.33º 0.81% 0.63% -
HSV(B) 53.33º 0.65% 0.93% -
XYZ 62.12 69.83 18.59 -
YUV 209.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 237 220 84 0 0.07 0.65 0.07 53.33 0.81 0.63
Hex ED DC 54 0 7 41 7 35 51 3F
Octal 355 334 124 0 7 101 7 65 121 77
Binary 11101101 11011100 1010100 0 111 1000001 111 110101 1010001 111111

Color Harmonies of #EDDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC54

Black with #EDDC54

Text Example


Text Example

White with #EDDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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