Html Css Color HEX #EDDB58 Portica

📋 copy color: '#EDDB58'

red 237 ◦ green 219 ◦ blue 88

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

Shades of Portica #EDDB58

Tints of Portica #EDDB58

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.26%

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

R = 43.57%
G = 40.26%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDDB58 (or 0xEDDB58) is known color: Portica. HEX triplet: ED, DB and 58. RGB value is (237,219,88). Sum of RGB (Red+Green+Blue) = 237+219+88=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB58 is #1224A7. Grayscale: #D1D1D1. Windows color (decimal): -1189032 or 5823469. OLE color: 5823469.

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

Color convert

RGB 237 219 88 -
CMYK 0 0.08 0.63 0.07
HSL 52.75º 0.81% 0.64% -
HSV(B) 52.75º 0.63% 0.93% -
XYZ 62.02 69.37 19.35 -
YUV 209.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 237 219 88 0 0.08 0.63 0.07 52.75 0.81 0.64
Hex ED DB 58 0 8 3F 7 35 51 40
Octal 355 333 130 0 10 77 7 65 121 100
Binary 11101101 11011011 1011000 0 1000 111111 111 110101 1010001 1000000

Color Harmonies of #EDDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB58

Black with #EDDB58

Text Example


Text Example

White with #EDDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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