Html Css Color HEX #EDDC5B Portica

📋 copy color: '#EDDC5B'

red 237 ◦ green 220 ◦ blue 91

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

Shades of Portica #EDDC5B

Tints of Portica #EDDC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.61%

R = 43.25%
G = 40.15%
B = 16.61%

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

#EDDC5B (or 0xEDDC5B) is known color: Portica. HEX triplet: ED, DC and 5B. RGB value is (237,220,91). Sum of RGB (Red+Green+Blue) = 237+220+91=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC5B is #1223A4. Grayscale: #D2D2D2. Windows color (decimal): -1188773 or 6020333. OLE color: 6020333.

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

Color convert

RGB 237 220 91 -
CMYK 0 0.07 0.62 0.07
HSL 53.01º 0.8% 0.64% -
HSV(B) 53.01º 0.62% 0.93% -
XYZ 62.41 69.95 20.11 -
YUV 210.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 237 220 91 0 0.07 0.62 0.07 53.01 0.8 0.64
Hex ED DC 5B 0 7 3E 7 35 50 40
Octal 355 334 133 0 7 76 7 65 120 100
Binary 11101101 11011100 1011011 0 111 111110 111 110101 1010000 1000000

Color Harmonies of #EDDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC5B

Black with #EDDC5B

Text Example


Text Example

White with #EDDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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