Html Css Color HEX #EFDF53 Portica

📋 copy color: '#EFDF53'

red 239 ◦ green 223 ◦ blue 83

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

Shades of Portica #EFDF53

Tints of Portica #EFDF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 83 (32.81% from 255) = 15.23%

R = 43.85%
G = 40.92%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFDF53 (or 0xEFDF53) is known color: Portica. HEX triplet: EF, DF and 53. RGB value is (239,223,83). Sum of RGB (Red+Green+Blue) = 239+223+83=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF53 is #1020AC. Grayscale: #D4D4D4. Windows color (decimal): -1056941 or 5496815. OLE color: 5496815.

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

Color convert

RGB 239 223 83 -
CMYK 0 0.07 0.65 0.06
HSL 53.85º 0.83% 0.63% -
HSV(B) 53.85º 0.65% 0.94% -
XYZ 63.55 71.75 18.68 -
YUV 211.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 239 223 83 0 0.07 0.65 0.06 53.85 0.83 0.63
Hex EF DF 53 0 7 41 6 36 53 3F
Octal 357 337 123 0 7 101 6 66 123 77
Binary 11101111 11011111 1010011 0 111 1000001 110 110110 1010011 111111

Color Harmonies of #EFDF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF53

Black with #EFDF53

Text Example


Text Example

White with #EFDF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF53; }

 p { color: rgb(239,223,83); }

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

background-color css

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

 a { background-color: rgb(239,223,83); }

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

border-color css

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

 span { border-color: rgb(239,223,83); }

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