Html Css Color HEX #EDD458 Portica

📋 copy color: '#EDD458'

red 237 ◦ green 212 ◦ blue 88

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

Shades of Portica #EDD458

Tints of Portica #EDD458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.48%

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

R = 44.13%
G = 39.48%
B = 16.39%

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

#EDD458 (or 0xEDD458) is known color: Portica. HEX triplet: ED, D4 and 58. RGB value is (237,212,88). Sum of RGB (Red+Green+Blue) = 237+212+88=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD458 is #122BA7. Grayscale: #CDCDCD. Windows color (decimal): -1190824 or 5821677. OLE color: 5821677.

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

Color convert

RGB 237 212 88 -
CMYK 0 0.11 0.63 0.07
HSL 49.93º 0.81% 0.64% -
HSV(B) 49.93º 0.63% 0.93% -
XYZ 60.23 65.8 18.76 -
YUV 205.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 237 212 88 0 0.11 0.63 0.07 49.93 0.81 0.64
Hex ED D4 58 0 B 3F 7 32 51 40
Octal 355 324 130 0 13 77 7 62 121 100
Binary 11101101 11010100 1011000 0 1011 111111 111 110010 1010001 1000000

Color Harmonies of #EDD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD458

Black with #EDD458

Text Example


Text Example

White with #EDD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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