Html Css Color HEX #EFD250 Portica

📋 copy color: '#EFD250'

red 239 ◦ green 210 ◦ blue 80

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

Shades of Portica #EFD250

Tints of Portica #EFD250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 45.18%
G = 39.7%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD250 (or 0xEFD250) is known color: Portica. HEX triplet: EF, D2 and 50. RGB value is (239,210,80). Sum of RGB (Red+Green+Blue) = 239+210+80=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD250 is #102DAF. Grayscale: #CCCCCC. Windows color (decimal): -1060272 or 5296879. OLE color: 5296879.

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

Color convert

RGB 239 210 80 -
CMYK 0 0.12 0.67 0.06
HSL 49.06º 0.83% 0.63% -
HSV(B) 49.06º 0.67% 0.94% -
XYZ 60.09 65.02 16.97 -
YUV 203.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 239 210 80 0 0.12 0.67 0.06 49.06 0.83 0.63
Hex EF D2 50 0 C 43 6 31 53 3F
Octal 357 322 120 0 14 103 6 61 123 77
Binary 11101111 11010010 1010000 0 1100 1000011 110 110001 1010011 111111

Color Harmonies of #EFD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD250

Black with #EFD250

Text Example


Text Example

White with #EFD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD250; }

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

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

background-color css

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

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

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

border-color css

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

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

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