Html Css Color HEX #EDDD64 Portica

📋 copy color: '#EDDD64'

red 237 ◦ green 221 ◦ blue 100

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

Shades of Portica #EDDD64

Tints of Portica #EDDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.61%

 BLUE value IS 100 (39.45% from 255) = 17.92%

R = 42.47%
G = 39.61%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDDD64 (or 0xEDDD64) is known color: Portica. HEX triplet: ED, DD and 64. RGB value is (237,221,100). Sum of RGB (Red+Green+Blue) = 237+221+100=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD64 is #12229B. Grayscale: #D4D4D4. Windows color (decimal): -1188508 or 6610413. OLE color: 6610413.

HSL color Cylindrical-coordinate representation of color #EDDD64: hue angle of 52.99º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDD64 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 100 -
CMYK 0 0.07 0.58 0.07
HSL 52.99º 0.79% 0.66% -
HSV(B) 52.99º 0.58% 0.93% -
XYZ 63.08 70.64 22.37 -
YUV 211.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 237 221 100 0 0.07 0.58 0.07 52.99 0.79 0.66
Hex ED DD 64 0 7 3A 7 35 4F 42
Octal 355 335 144 0 7 72 7 65 117 102
Binary 11101101 11011101 1100100 0 111 111010 111 110101 1001111 1000010

Color Harmonies of #EDDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD64

Black with #EDDD64

Text Example


Text Example

White with #EDDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD64; }

 p { color: rgb(237,221,100); }

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

background-color css

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

 a { background-color: rgb(237,221,100); }

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

border-color css

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

 span { border-color: rgb(237,221,100); }

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