Html Css Color HEX #EDCD54 Portica

📋 copy color: '#EDCD54'

red 237 ◦ green 205 ◦ blue 84

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

Shades of Portica #EDCD54

Tints of Portica #EDCD54

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

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

R = 45.06%
G = 38.97%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDCD54 (or 0xEDCD54) is known color: Portica. HEX triplet: ED, CD and 54. RGB value is (237,205,84). Sum of RGB (Red+Green+Blue) = 237+205+84=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD54 is #1232AB. Grayscale: #C9C9C9. Windows color (decimal): -1192620 or 5557741. OLE color: 5557741.

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

Color convert

RGB 237 205 84 -
CMYK 0 0.14 0.65 0.07
HSL 47.45º 0.81% 0.63% -
HSV(B) 47.45º 0.65% 0.93% -
XYZ 58.36 62.31 17.34 -
YUV 200.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 237 205 84 0 0.14 0.65 0.07 47.45 0.81 0.63
Hex ED CD 54 0 E 41 7 2F 51 3F
Octal 355 315 124 0 16 101 7 57 121 77
Binary 11101101 11001101 1010100 0 1110 1000001 111 101111 1010001 111111

Color Harmonies of #EDCD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD54

Black with #EDCD54

Text Example


Text Example

White with #EDCD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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