Html Css Color HEX #EFD25F Portica

📋 copy color: '#EFD25F'

red 239 ◦ green 210 ◦ blue 95

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

Shades of Portica #EFD25F

Tints of Portica #EFD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 95 (37.5% from 255) = 17.46%

R = 43.93%
G = 38.6%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFD25F (or 0xEFD25F) is known color: Portica. HEX triplet: EF, D2 and 5F. RGB value is (239,210,95). Sum of RGB (Red+Green+Blue) = 239+210+95=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD25F is #102DA0. Grayscale: #CECECE. Windows color (decimal): -1060257 or 6279919. OLE color: 6279919.

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

Color convert

RGB 239 210 95 -
CMYK 0 0.12 0.60 0.06
HSL 47.92º 0.82% 0.65% -
HSV(B) 47.92º 0.6% 0.94% -
XYZ 60.71 65.27 20.23 -
YUV 205.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 239 210 95 0 0.12 0.60 0.06 47.92 0.82 0.65
Hex EF D2 5F 0 C 3C 6 30 52 41
Octal 357 322 137 0 14 74 6 60 122 101
Binary 11101111 11010010 1011111 0 1100 111100 110 110000 1010010 1000001

Color Harmonies of #EFD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD25F

Black with #EFD25F

Text Example


Text Example

White with #EFD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD25F; }

 p { color: rgb(239,210,95); }

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

background-color css

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

 a { background-color: rgb(239,210,95); }

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

border-color css

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

 span { border-color: rgb(239,210,95); }

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