Html Css Color HEX #EFDD5C Portica

📋 copy color: '#EFDD5C'

red 239 ◦ green 221 ◦ blue 92

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

Shades of Portica #EFDD5C

Tints of Portica #EFDD5C

RGB

 RED value IS 239 (93.75% from 255) = 43.3%

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

 BLUE value IS 92 (36.33% from 255) = 16.67%

R = 43.3%
G = 40.04%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFDD5C (or 0xEFDD5C) is known color: Portica. HEX triplet: EF, DD and 5C. RGB value is (239,221,92). Sum of RGB (Red+Green+Blue) = 239+221+92=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5C is #1022A3. Grayscale: #D4D4D4. Windows color (decimal): -1057444 or 6086127. OLE color: 6086127.

HSL color Cylindrical-coordinate representation of color #EFDD5C: hue angle of 52.65º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFDD5C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 92 -
CMYK 0 0.08 0.62 0.06
HSL 52.65º 0.82% 0.65% -
HSV(B) 52.65º 0.62% 0.94% -
XYZ 63.38 70.84 20.46 -
YUV 211.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 239 221 92 0 0.08 0.62 0.06 52.65 0.82 0.65
Hex EF DD 5C 0 8 3E 6 35 52 41
Octal 357 335 134 0 10 76 6 65 122 101
Binary 11101111 11011101 1011100 0 1000 111110 110 110101 1010010 1000001

Color Harmonies of #EFDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD5C

Black with #EFDD5C

Text Example


Text Example

White with #EFDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD5C; }

 p { color: rgb(239,221,92); }

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

background-color css

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

 a { background-color: rgb(239,221,92); }

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

border-color css

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

 span { border-color: rgb(239,221,92); }

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