Html Css Color HEX #EFDB54 Portica

📋 copy color: '#EFDB54'

red 239 ◦ green 219 ◦ blue 84

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

Shades of Portica #EFDB54

Tints of Portica #EFDB54

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 84 (33.2% from 255) = 15.5%

R = 44.1%
G = 40.41%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFDB54 (or 0xEFDB54) is known color: Portica. HEX triplet: EF, DB and 54. RGB value is (239,219,84). Sum of RGB (Red+Green+Blue) = 239+219+84=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB54 is #1024AB. Grayscale: #D2D2D2. Windows color (decimal): -1057964 or 5561327. OLE color: 5561327.

HSL color Cylindrical-coordinate representation of color #EFDB54: hue angle of 52.26º 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 #EFDB54 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 84 -
CMYK 0 0.08 0.65 0.06
HSL 52.26º 0.83% 0.63% -
HSV(B) 52.26º 0.65% 0.94% -
XYZ 62.53 69.65 18.54 -
YUV 209.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 239 219 84 0 0.08 0.65 0.06 52.26 0.83 0.63
Hex EF DB 54 0 8 41 6 34 53 3F
Octal 357 333 124 0 10 101 6 64 123 77
Binary 11101111 11011011 1010100 0 1000 1000001 110 110100 1010011 111111

Color Harmonies of #EFDB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB54

Black with #EFDB54

Text Example


Text Example

White with #EFDB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB54; }

 p { color: rgb(239,219,84); }

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

background-color css

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

 a { background-color: rgb(239,219,84); }

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

border-color css

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

 span { border-color: rgb(239,219,84); }

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