Html Css Color HEX #EDD258 Portica

📋 copy color: '#EDD258'

red 237 ◦ green 210 ◦ blue 88

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

Shades of Portica #EDD258

Tints of Portica #EDD258

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 88 (34.77% from 255) = 16.45%

R = 44.3%
G = 39.25%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD258 (or 0xEDD258) is known color: Portica. HEX triplet: ED, D2 and 58. RGB value is (237,210,88). Sum of RGB (Red+Green+Blue) = 237+210+88=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD258 is #122DA7. Grayscale: #CCCCCC. Windows color (decimal): -1191336 or 5821165. OLE color: 5821165.

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

Color convert

RGB 237 210 88 -
CMYK 0 0.11 0.63 0.07
HSL 49.13º 0.81% 0.64% -
HSV(B) 49.13º 0.63% 0.93% -
XYZ 59.73 64.8 18.59 -
YUV 204.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 237 210 88 0 0.11 0.63 0.07 49.13 0.81 0.64
Hex ED D2 58 0 B 3F 7 31 51 40
Octal 355 322 130 0 13 77 7 61 121 100
Binary 11101101 11010010 1011000 0 1011 111111 111 110001 1010001 1000000

Color Harmonies of #EDD258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD258

Black with #EDD258

Text Example


Text Example

White with #EDD258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD258; }

 p { color: rgb(237,210,88); }

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

background-color css

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

 a { background-color: rgb(237,210,88); }

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

border-color css

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

 span { border-color: rgb(237,210,88); }

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